Skip to content

Commit

Permalink
MAINT: Gitignore venv folders. Let black ignore all files which are i…
Browse files Browse the repository at this point in the history
…n gitignore by switchting to extend-exclude
  • Loading branch information
binste committed Jun 18, 2023
1 parent d957713 commit 7a9a220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ __pycache__/
# Distribution / packaging
.Python
env/
venv
.venv
build/
develop-eggs/
dist/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ publish-clean-build = [
line-length = 88
target-version = ["py37", "py38", "py39", "py310", "py311"]
include = '\.pyi?$'
exclude = '''
extend-exclude = '''
/(
\.eggs
| \.git
Expand Down

0 comments on commit 7a9a220

Please sign in to comment.