We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e573f8f commit dde1736Copy full SHA for dde1736
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: detect-private-key
19
# Run the Ruff linter.
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.4.5
+ rev: v0.8.0
22
hooks:
23
- id: ruff
24
args: [ --preview ]
tox.ini
@@ -60,14 +60,14 @@ commands =
60
[testenv:fmt]
61
description = Apply coding style standards to code
62
deps =
63
- ruff==0.7.0
+ ruff==0.8.0
64
commands =
65
ruff format --preview
66
67
[testenv:lint]
68
description = Check code against coding style standards
69
70
71
codespell==2.3.0
72
73
ruff check --preview
0 commit comments