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 e2e8f12 commit ec2a2e5Copy full SHA for ec2a2e5
.pre-commit-config.yaml
@@ -2,18 +2,18 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.19.0
+ rev: v3.20.0
6
hooks:
7
- id: pyupgrade
8
args: ['--keep-runtime-typing', '--py39-plus']
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.7.1
+ rev: v0.12.9
11
12
- id: ruff
13
args: ['--fix', '--exit-non-zero-on-fix']
14
- id: ruff-format
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v5.0.0
+ rev: v6.0.0
17
18
- id: trailing-whitespace
19
- id: end-of-file-fixer
0 commit comments