mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
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
This commit is contained in:
parent
9b1b79f3f5
commit
589d43d9cd
1
changelog.d/5630.misc
Normal file
1
changelog.d/5630.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add some more common python virtual-environment paths to the black exclusion list.
|
@ -39,6 +39,8 @@ exclude = '''
|
|||||||
| \.git # root of the project
|
| \.git # root of the project
|
||||||
| \.tox
|
| \.tox
|
||||||
| \.venv
|
| \.venv
|
||||||
|
| \.env
|
||||||
|
| env
|
||||||
| _build
|
| _build
|
||||||
| _trial_temp.*
|
| _trial_temp.*
|
||||||
| build
|
| build
|
||||||
|
Loading…
Reference in New Issue
Block a user