Skip to content

Commit 1b544cb

Browse files
committed
move flake8 config to pyproject
1 parent 6b000c8 commit 1b544cb

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ exclude_lines = [
9898
"raise NotImplementedError",
9999
"warnings\\.warn",
100100
]
101+
102+
[tool.flake8]
103+
max-line-length = 99
104+
doctests = false
105+
ignore = [
106+
"E266",
107+
"E231",
108+
"W503",
109+
]

setup.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)