1
0

Add a few more common environment directory names to black exclusion (#5630)

This commit is contained in:
Andrew Morgan
2020-02-17 13:22:14 +00:00
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