Skip to content

Commit 95d53b7

Browse files
committed
Update ruff dependency version in tox configuration
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
1 parent 9b8bca5 commit 95d53b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ skip_install = true
6565
deps =
6666
autoflake>=2
6767
isort>=5
68-
ruff>=0.3.5
68+
ruff>=0.8
6969
commands =
7070
autoflake --in-place --recursive --remove-all-unused-imports .
7171
isort .
@@ -80,7 +80,7 @@ deps =
8080
codespell>=2
8181
pyright>=1.1
8282
releasecmd
83-
ruff>=0.3.5
83+
ruff>=0.8
8484
types-click
8585
commands =
8686
pyright pathvalidate setup.py
@@ -96,7 +96,7 @@ deps =
9696
pathvalidate>=3
9797
pyright>=1.1
9898
types-click
99-
ruff>=0.3.5
99+
ruff>=0.8
100100
commands =
101101
jupyter nbconvert pathvalidate_examples.ipynb --to python
102102
pyright

0 commit comments

Comments
 (0)