Skip to content

Commit

Permalink
Merge pull request #150 from paulzierep/paulzierep-patch-ruff-1
Browse files Browse the repository at this point in the history
Fix ruff to allow linting
  • Loading branch information
bebatut authored Jul 10, 2024
2 parents 4abf7b5 + fb0597a commit 2fbb807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = lint

[testenv]
commands =
lint: ruff .
lint: ruff check .
lint: black --check --diff .
lint: isort --check --diff .
lint: mypy .
Expand Down

0 comments on commit 2fbb807

Please sign in to comment.