Skip to content

Commit dde1736

Browse files
committed
chore: bump ruff to newest
1 parent e573f8f commit dde1736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: detect-private-key
1919
# Run the Ruff linter.
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.5
21+
rev: v0.8.0
2222
hooks:
2323
- id: ruff
2424
args: [ --preview ]

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ commands =
6060
[testenv:fmt]
6161
description = Apply coding style standards to code
6262
deps =
63-
ruff==0.7.0
63+
ruff==0.8.0
6464
commands =
6565
ruff format --preview
6666

6767
[testenv:lint]
6868
description = Check code against coding style standards
6969
deps =
70-
ruff==0.7.0
70+
ruff==0.8.0
7171
codespell==2.3.0
7272
commands =
7373
ruff check --preview

0 commit comments

Comments
 (0)