We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ff957 + 9692d48 commit 6d4b551Copy full SHA for 6d4b551
setup.cfg
@@ -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
17
18
19
20
21
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
37
[mypy]
38
mypy_path = $MYPY_CONFIG_FILE_DIR/src
39
0 commit comments