Browse Source

Merge pull request #556 from github/dependabot/pip/pycodestyle-2.6.0

Bump pycodestyle from 2.5.0 to 2.6.0
pull/560/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
a0d6cfd679
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements-dev.txt
  2. +1
    -1
      script/lint

+ 1
- 1
requirements-dev.txt View File

@ -1,7 +1,7 @@
coverage
mock
nose
pycodestyle==2.5.0
pycodestyle==2.6.0
pyflakes==2.2.0
readme_renderer[md]==26.0
requests_mock


+ 1
- 1
script/lint View File

@ -17,5 +17,5 @@ fi
SOURCES="*.py octodns/*.py octodns/*/*.py tests/*.py"
pycodestyle --ignore=E221,E241,E251,E722,W504 $SOURCES
pycodestyle --ignore=E221,E241,E251,E722,E741,W504 $SOURCES
pyflakes $SOURCES

Loading…
Cancel
Save