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 4c25596 commit a368b43Copy full SHA for a368b43
.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.6.3
+ rev: v0.7.2
8
hooks:
9
# Run the linter.
10
# TODO fix the lint issues for the Jupyter notebooks
@@ -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.17.0
+ rev: v3.19.0
18
19
- id: pyupgrade
20
args: [--py38-plus]
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0 # Use the ref you want to point at
+ rev: v5.0.0 # Use the ref you want to point at
23
24
- id: trailing-whitespace
25
- id: check-toml
0 commit comments