Skip to content

Commit 47e7931

Browse files
committed
Ignore .direnv/.tox in various tools
1 parent d3ed85d commit 47e7931

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
line-length = 100
99
skip-string-normalization = true
1010
target-version = ["py39"]
11-
exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist'
11+
exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist|\.direnv'
1212

1313
[tool.isort]
1414
profile = "black"

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ commands =
5959
[flake8]
6060
max-line-length = 100
6161
show-source = True
62+
exclude = .direnv
63+
.tox
6264
ignore =
6365
# closing bracket does not match indentation of opening bracket’s line
6466
E123

0 commit comments

Comments
 (0)