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 6ba22dc commit 1d94bd1Copy full SHA for 1d94bd1
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
# Ruff version.
7
- rev: v0.11.8
+ rev: v0.12.11
8
hooks:
9
# Run the linter.
10
- id: ruff
@@ -14,12 +14,12 @@ repos:
14
- id: ruff-format
15
types_or: [ python, pyi, jupyter ]
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.19.1
+ rev: v3.20.0
18
19
- id: pyupgrade
20
args: [--py311-plus]
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v5.0.0 # Use the ref you want to point at
+ rev: v6.0.0 # Use the ref you want to point at
23
24
- id: trailing-whitespace
25
- id: check-toml
0 commit comments