This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
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
48f289555e
a1b72ac29f
commit
a0d6cfd679
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
requirements-dev.txt
+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
Write
Preview
Loading…
Cancel
Save