Skip to content

Commit 6d4b551

Browse files
authored
Merge pull request #12303 from sbidoul/drop-isort-flake8-cfg
Drop isort and flake8 settings from setup.cfg
2 parents 11ff957 + 9692d48 commit 6d4b551

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

setup.cfg

-36
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
[isort]
2-
profile = black
3-
skip =
4-
./build,
5-
.nox,
6-
.tox,
7-
.scratch,
8-
_vendor,
9-
data
10-
known_third_party =
11-
pip._vendor
12-
13-
[flake8]
14-
max-line-length = 88
15-
exclude =
16-
./build,
17-
.nox,
18-
.tox,
19-
.scratch,
20-
_vendor,
21-
data
22-
enable-extensions = G
23-
extend-ignore =
24-
G200, G202,
25-
# black adds spaces around ':'
26-
E203,
27-
# using a cache
28-
B019,
29-
# reassigning variables in a loop
30-
B020,
31-
per-file-ignores =
32-
# G: The plugin logging-format treats every .log and .error as logging.
33-
noxfile.py: G
34-
# B011: Do not call assert False since python -O removes these calls
35-
tests/*: B011
36-
371
[mypy]
382
mypy_path = $MYPY_CONFIG_FILE_DIR/src
393

0 commit comments

Comments
 (0)