We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ed85d commit 47e7931Copy full SHA for 47e7931
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
line-length = 100
9
skip-string-normalization = true
10
target-version = ["py39"]
11
-exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist'
+exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist|\.direnv'
12
13
[tool.isort]
14
profile = "black"
tox.ini
@@ -59,6 +59,8 @@ commands =
59
[flake8]
60
max-line-length = 100
61
show-source = True
62
+exclude = .direnv
63
+ .tox
64
ignore =
65
# closing bracket does not match indentation of opening bracket’s line
66
E123
0 commit comments