Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 589d43d

Browse files
anoadragon453hawkowl
authored andcommitted
Add a few more common environment directory names to black exclusion (#5630)
* Add a few more common environment directory names to black exclusion * Add changelog
1 parent 9b1b79f commit 589d43d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/5630.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add some more common python virtual-environment paths to the black exclusion list.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ exclude = '''
3939
| \.git # root of the project
4040
| \.tox
4141
| \.venv
42+
| \.env
43+
| env
4244
| _build
4345
| _trial_temp.*
4446
| build

0 commit comments

Comments
 (0)