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 20ecdbc commit 69b12e2Copy full SHA for 69b12e2
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
files: requirements-dev.txt
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.8.6
+ rev: v0.9.4
19
hooks:
20
- id: ruff
21
22
- repo: https://github.com/psf/black
23
- rev: 24.10.0
+ rev: 25.1.0
24
25
- id: black
26
language_version: python3
@@ -31,7 +31,7 @@ repos:
31
- id: blackdoc
32
33
- repo: https://github.com/codespell-project/codespell
34
- rev: v2.3.0
+ rev: v2.4.1
35
36
- id: codespell
37
args:
0 commit comments