Skip to content

Commit

Permalink
Let tox run ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Feb 28, 2024
1 parent a2b4459 commit cc57346
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ commands =
clean: find . -type d -name __pycache__ -delete
clean: rm -rf build/ .cache/ dist/ .eggs/ pylint_django.egg-info/ .tox/
deps =
ruff: ruff
pylint: pylint<3
pylint: Django
readme: twine
Expand All @@ -50,3 +49,7 @@ allowlist_externals =
py{37,38,39,310,311}-django{22,30,31,32,40,41,42}: bash
clean: find
clean: rm

[testenv:ruff]
commands = ruff check
deps = ruff

0 comments on commit cc57346

Please sign in to comment.