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
code_spécifique_watcha
Andrew Morgan 5 years ago committed by Amber Brown
parent 9b1b79f3f5
commit 589d43d9cd
  1. 1
      changelog.d/5630.misc
  2. 2
      pyproject.toml

@ -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…
Cancel
Save