Add fmt command to Makefile and update Pipfile.lock with ruff package

This commit is contained in:
2024-01-25 10:59:53 -05:00
parent 261d4b2af0
commit 719b2b1c3c
3 changed files with 27 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
test:
pytest --record-mode=none tests/
fmt:
ruff format .
ci:
pytest --cov=neon_client --record-mode=none tests/