mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 20:14:21 +01:00
Dev: Update ruff precommit hooks (#434)
* update ruff * test * update ruff * only ruff check * CI rename
This commit is contained in:
10
Makefile
10
Makefile
@@ -4,18 +4,12 @@ ruff:
|
||||
ruff-check:
|
||||
poetry run ruff check .
|
||||
|
||||
black:
|
||||
poetry run black .
|
||||
|
||||
black-check:
|
||||
poetry run black . --check
|
||||
|
||||
mypy:
|
||||
poetry run mypy cashu --check-untyped-defs
|
||||
|
||||
format: black ruff
|
||||
format: ruff
|
||||
|
||||
check: black-check ruff-check mypy
|
||||
check: ruff-check mypy
|
||||
|
||||
clean:
|
||||
rm -r cashu.egg-info/ || true
|
||||
|
||||
Reference in New Issue
Block a user