flake8: update flake8 ignore and exclude to match ci settings
This commit is contained in:
parent
9ad587a5ee
commit
c220e353f3
1 changed files with 2 additions and 1 deletions
3
.flake8
3
.flake8
|
@ -1,3 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 125
|
||||
ignore = W503
|
||||
ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503
|
||||
exclude = examples/*,examples/*/**,*/**/__init__.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue