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 6042e0c commit 9a53c58Copy full SHA for 9a53c58
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: ^tests/(toml-test|toml-spec-tests)/.*
@@ -9,13 +9,13 @@ repos:
9
- id: debug-statements
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.20.0
+ rev: v3.21.0
13
14
- id: pyupgrade
15
args: [--py37-plus]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: 'v0.12.3'
+ rev: 'v0.14.0'
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
0 commit comments