mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-28 08:53:17 +03:00
Check Black during CI lint
This commit is contained in:
parent
f1ed79229e
commit
2bedb83a84
2
tox.ini
2
tox.ini
|
@ -24,9 +24,11 @@ deps =
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
|
black --check --diff src
|
||||||
flake8 --statistics --count
|
flake8 --statistics --count
|
||||||
check-manifest
|
check-manifest
|
||||||
deps =
|
deps =
|
||||||
|
black
|
||||||
check-manifest
|
check-manifest
|
||||||
flake8
|
flake8
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user