mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-07-30 06:00:29 +08:00
lint
This commit is contained in:
parent
b9f978b20a
commit
2c84cffa55
8
mirrors/Makefile
Normal file
8
mirrors/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
.PHONY: check lint
|
||||
check:
|
||||
black . --exclude .venv --check
|
||||
flake8 . --exclude=.venv
|
||||
mypy . --check-untyped-defs --exclude .venv
|
||||
lint:
|
||||
black . --exclude .venv
|
Loading…
x
Reference in New Issue
Block a user