[misc] update format (#7277)
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: build commit quality style test
|
||||
.PHONY: build commit license quality style test
|
||||
|
||||
check_dirs := scripts src tests setup.py
|
||||
|
||||
@@ -9,6 +9,9 @@ commit:
|
||||
pre-commit install
|
||||
pre-commit run --all-files
|
||||
|
||||
license:
|
||||
python3 tests/check_license.py $(check_dirs)
|
||||
|
||||
quality:
|
||||
ruff check $(check_dirs)
|
||||
ruff format --check $(check_dirs)
|
||||
|
||||
Reference in New Issue
Block a user