Add .venv to black excludes

This commit is contained in:
Alexis Métaireau 2023-08-12 17:42:45 +02:00
parent b001fc152c
commit a628f8ea47

View file

@ -46,6 +46,7 @@ exclude = '''
/( /(
| migrations | migrations
| static | static
| .venv
)/ )/
) )
''' '''