1
0
mirror of synced 2025-12-19 17:48:10 -05:00

tox black: ignore _version.py

This commit is contained in:
Marc Foley
2022-07-01 11:57:55 +01:00
parent 4f1b26757c
commit c6b8f2f686

View File

@@ -16,7 +16,7 @@ skip_install = true
deps =
-r test_requirements.txt
commands =
black --check --diff .
black --check --diff --extend-exclude "_version.py" .
[testenv:coverage-report]
skip_install = true