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 2316635 commit 7cac1a8Copy full SHA for 7cac1a8
.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.8.1
+ rev: v0.8.6
8
hooks:
9
# Run the linter.
10
# TODO fix the lint issues for the Jupyter notebooks
@@ -14,7 +14,7 @@ repos:
14
- id: ruff-format
15
types_or: [ python, pyi, jupyter ]
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.19.0
+ rev: v3.19.1
18
19
- id: pyupgrade
20
args: [--py38-plus]
0 commit comments