Skip to content

Commit

Permalink
Update tox configuration to replace pylama with ruff for linting
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent e01acb3 commit b4a789a
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
Expand Up @@ -89,14 +89,14 @@ extras =
deps =
black[jupyter]>=24.1
codespell>=2
pylama>=8.4.1
pyright>=1.1
ruff>=0.8
tblfaker
commands =
black --check examples
ruff format --check examples
codespell -q2 examples
pyright examples
pylama examples
ruff check examples

[testenv:readme]
skip_install = true
Expand Down

0 comments on commit b4a789a

Please sign in to comment.