Skip to content

Commit

Permalink
fix ruff formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed Jun 20, 2024
1 parent 6463e3f commit 8b5cd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, py310, py311, py312, lint
envlist = py39, py310, py311, py312, lint, format

[testenv]
deps =
Expand All @@ -15,6 +15,6 @@ commands =
ruff check .

[testenv:format]
description = Run ruff to format the code
description = Check that code is formatted with ruff
commands =
ruff check --fix .
ruff format --check

0 comments on commit 8b5cd64

Please sign in to comment.