Skip to content

Commit

Permalink
Run Ruff linter and formatter on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Nov 27, 2024
1 parent c3c7694 commit 9a4a6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ skip_install = true
deps =
ruff
commands =
ruff format src tests
ruff format

[testenv:lint]
description = "Run linters"
skip_install = true
deps =
ruff
commands =
ruff check src tests
ruff check

0 comments on commit 9a4a6df

Please sign in to comment.