mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 11:17:06 +02:00
get flake8 passing
This commit is contained in:
4
.flake8
4
.flake8
@@ -1,7 +1,7 @@
|
||||
[flake8]
|
||||
select = B,B9,C,D,DAR,E,F,N,RST,S,W
|
||||
ignore = E203,E501,RST201,RST203,RST301,W503
|
||||
max-line-length = 80
|
||||
ignore = E203,E501,RST201,RST203,RST301,W503,B902,N805
|
||||
max-line-length = 119
|
||||
max-complexity = 10
|
||||
docstring-convention = google
|
||||
per-file-ignores = tests/*:S101
|
||||
|
||||
Reference in New Issue
Block a user