This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Update flake8 configuration
pull/169/head
Isaac Bythewood
5 years ago
parent
1a413d9a56
commit
ffe999f405
1 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
.flake8
+ 5
- 4
.flake8
View File
@@ -1,8 +1,9 @@
[flake8]
max-line-length = 121
exclude =
ignore = E203,E266,E501,W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
migrations,
south_migrations,
pinry/settings/,
core/tests/,
Write
Preview
Loading…
Cancel
Save