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 0fbc502 commit 15ca7cfCopy full SHA for 15ca7cf
.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
- id: ruff
@@ -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: [--py310-plus]
@@ -25,7 +25,7 @@ repos:
25
- id: check-toml
26
- id: check-yaml
27
- repo: https://github.com/codespell-project/codespell
28
- rev: v2.2.6
+ rev: v2.3.0
29
30
- id: codespell
31
args: [
0 commit comments