projects
/
pyutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix comment typos and remove linter warnings.
[pyutils.git]
/
.flake8
1
[flake8]
2
ignore = E203, E251, E266, E501, W503, F403, E262, W504, W503, W501
3
max-line-length = 100
4
max-complexity = 26
5
select = B,C,E,F,W,T4,B9