We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9bd498 + 8679623 commit 957619aCopy full SHA for 957619a
1 file changed
.pre-commit-config.yaml
@@ -17,12 +17,12 @@ repos:
17
files: requirements-dev.txt
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.15.4
+ rev: v0.15.9
21
hooks:
22
- id: ruff
23
24
- repo: https://github.com/psf/black-pre-commit-mirror
25
- rev: 26.1.0
+ rev: 26.3.1
26
27
- id: black
28
language_version: python3
@@ -33,7 +33,7 @@ repos:
33
- id: blackdoc
34
35
- repo: https://github.com/codespell-project/codespell
36
- rev: v2.4.1
+ rev: v2.4.2
37
38
- id: codespell
39
args:
0 commit comments