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:
Andrew Morgan 2019-07-08 12:53:33 +01:00 committed by Amber Brown
parent 9b1b79f3f5
commit 589d43d9cd
2 changed files with 3 additions and 0 deletions

1
changelog.d/5630.misc Normal file
View file

@ -0,0 +1 @@
Add some more common python virtual-environment paths to the black exclusion list.

View file

@ -39,6 +39,8 @@ exclude = '''
| \.git # root of the project
| \.tox
| \.venv
| \.env
| env
| _build
| _trial_temp.*
| build