We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c77fa + 08d0890 commit d876523Copy full SHA for d876523
1 file changed
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ repos:
9
- --target-version
10
- '5.0'
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.15.6
+ rev: v0.15.9
13
hooks:
14
- id: ruff-check
15
- id: ruff-format
16
- repo: https://github.com/pappasam/toml-sort
17
- rev: v0.24.3
+ rev: v0.24.4
18
19
- id: toml-sort-fix
20
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments