mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
Add .venv to black excludes
This commit is contained in:
parent
b001fc152c
commit
a628f8ea47
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ exclude = '''
|
|||
/(
|
||||
| migrations
|
||||
| static
|
||||
| .venv
|
||||
)/
|
||||
)
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue