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
|
@ -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
|
||||
| \.tox
|
||||
| \.venv
|
||||
| \.env
|
||||
| env
|
||||
| _build
|
||||
| _trial_temp.*
|
||||
| build
|
||||
|
|
Loading…
Reference in New Issue