Skip to content

Commit

Permalink
Ignore .direnv/.tox in various tools
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Aug 18, 2022
1 parent d3ed85d commit 47e7931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
line-length = 100
skip-string-normalization = true
target-version = ["py39"]
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'

[tool.isort]
profile = "black"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ commands =
[flake8]
max-line-length = 100
show-source = True
exclude = .direnv
.tox
ignore =
# closing bracket does not match indentation of opening bracket’s line
E123
Expand Down

0 comments on commit 47e7931

Please sign in to comment.