Skip to content

Commit 2e2e7a0

Browse files
committed
move flake8 config to .flake8 file
1 parent 2c982c8 commit 2e2e7a0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
extend-ignore =
3+
W503
4+
E203
5+
max-line-length = 88

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ exclude_lines =[
9999
"if TYPE_CHECKING:",
100100
]
101101

102-
# This is ignored by flake8, here in case they decide to add it in the future
103-
[tool.flake8]
104-
ignore = "W503,E203"
105-
max-line-length = 88
106-
107102
[tool.tox]
108103
legacy_tox_ini = """
109104
[tox]

0 commit comments

Comments
 (0)