Skip to content

Commit a352bbc

Browse files
committed
flake8: update flake8 ignore and exclude to match ci settings
1 parent a618d1d commit a352bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[flake8]
22
max-line-length = 125
3-
ignore = W503
3+
ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503
4+
exclude = examples/*,examples/*/**,*/**/__init__.py

0 commit comments

Comments
 (0)