Skip to content

Commit

Permalink
build: use ruff to format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 860032b commit 603878f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -18,8 +18,7 @@ commands=py.test {posargs}

[testenv:lint]
deps =
black==23.7.0
ruff==0.2.2
commands =
ruff check .
black --check .
ruff format --check

0 comments on commit 603878f

Please sign in to comment.