Skip to content

Commit 4e447ae

Browse files
committed
chore: align flake8 config with repo defaults
1 parent 2f68918 commit 4e447ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.flake8

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[flake8]
22
max-line-length = 120
3-
max-complexity = 12
4-
select = E,F,W,C90
5-
extend-ignore = F403,F405
3+
ignore = F403,F405
64
exclude =
75
.git,
86
__pycache__,

0 commit comments

Comments
 (0)