We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1c8d3 commit c1e7599Copy full SHA for c1e7599
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: absolufy-imports
9
name: absolufy-imports
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v6.0.0
12
hooks:
13
- id: trailing-whitespace
14
language_version: python3
@@ -20,11 +20,11 @@ repos:
20
- id: debug-statements
21
22
- repo: https://github.com/pappasam/toml-sort
23
- rev: v0.23.1
+ rev: v0.24.2
24
25
- id: toml-sort-fix
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.4.3
+ rev: v0.12.10
28
29
- id: ruff
30
args: [ --fix ]
0 commit comments