diff --git a/Makefile b/Makefile index a3ad247c..e6a43525 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,7 @@ force_release: clean git push --tags python setup.py sdist bdist_wheel twine upload dist/* + +lint: + @ black --check --skip-string-normalization --line-length 120 rq tests + @ ruff check --show-source rq tests diff --git a/dev-requirements-36.txt b/dev-requirements-36.txt index 1bf35b6f..7eae078a 100644 --- a/dev-requirements-36.txt +++ b/dev-requirements-36.txt @@ -3,4 +3,4 @@ coverage==6.2 psutil pytest pytest-cov -sentry-sdk \ No newline at end of file +sentry-sdk