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