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 668eb97 commit 7f49ca9Copy full SHA for 7f49ca9
.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.4.3
+ rev: v0.5.0
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.15.2
+ rev: v3.16.0
18
19
- id: pyupgrade
20
args: [--py38-plus]
0 commit comments