mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #556 from github/dependabot/pip/pycodestyle-2.6.0
Bump pycodestyle from 2.5.0 to 2.6.0
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user