Skip to content

Commit 7832cc5

Browse files
committed
chore: remove flake8 and isort config from setup.cfg
1 parent 522dbe1 commit 7832cc5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

setup.cfg

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
[flake8]
2-
exclude = docs
3-
max-line-length = 88
4-
ignore = E203, E501, W503
5-
6-
[isort]
7-
known_first_party=graphql_server
8-
profile=black
9-
multi_line_output=3
10-
include_trailing_comma=True
11-
force_grid_wrap=0
12-
use_parentheses=True
13-
141
[tool:pytest]
152
norecursedirs = venv .venv .tox .git .cache .mypy_cache .pytest_cache
163
markers = asyncio

0 commit comments

Comments
 (0)