1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

20240331: just use ruff, and document the other deps

This commit is contained in:
2025-05-09 20:44:50 +02:00
parent e7021cdf3d
commit d9b1d99e32

View File

@@ -1,10 +1,11 @@
-r requirements.in -r requirements.in
# black # Linting and fixing, including isort
pylint
ruff ruff
# Test suite
pytest pytest
# Publishing on PyPI
build build
twine twine