mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 00:35:27 +08:00
qt 6.5.1 original
This commit is contained in:
20
util/cmake/Makefile
Normal file
20
util/cmake/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
test: flake8 mypy pytest black_format_check
|
||||
|
||||
coverage:
|
||||
pytest --cov .
|
||||
|
||||
format:
|
||||
black *.py --line-length 100
|
||||
|
||||
black_format_check:
|
||||
black *.py --line-length 100 --check
|
||||
|
||||
flake8:
|
||||
flake8 *.py --ignore=E501,E266,E203,W503,F541
|
||||
|
||||
pytest:
|
||||
pytest
|
||||
|
||||
mypy:
|
||||
mypy --pretty *.py
|
Reference in New Issue
Block a user