Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use raw string literals when \ is present #2465

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Use raw string literals when \ is present #2465

merged 1 commit into from
Oct 24, 2018

Conversation

masci
Copy link
Contributor

@masci masci commented Oct 24, 2018

What does this PR do?

fix flake8 compliance

Motivation

bump the flake8 version we use to 3.6.0

Review checklist

  • PR has a meaningful title or PR has the no-changelog label attached
  • Feature or bugfix has tests
  • Git history is clean
  • If PR impacts documentation, docs team has been notified or an issue has been opened on the documentation repo

@codecov-io
Copy link

Codecov Report

Merging #2465 into master will increase coverage by 1.29%.
The diff coverage is 88.23%.

@@            Coverage Diff             @@
##           master    #2465      +/-   ##
==========================================
+ Coverage   82.87%   84.16%   +1.29%     
==========================================
  Files         440      581     +141     
  Lines       21346    34386   +13040     
  Branches     2823     4187    +1364     
==========================================
+ Hits        17690    28942   +11252     
- Misses       2834     4175    +1341     
- Partials      822     1269     +447

@ofek ofek merged commit 13641f6 into master Oct 24, 2018
@ofek ofek deleted the massi/flake8-36 branch October 24, 2018 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment