We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363d934 commit 1c50016Copy full SHA for 1c50016
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ exclude: |
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v5.0.0
+ rev: v6.0.0
13
hooks:
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -28,12 +28,12 @@ repos:
28
- "--py310-plus"
29
30
- repo: https://github.com/keewis/blackdoc
31
- rev: v0.4.1
+ rev: v0.4.3
32
33
- id: blackdoc
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.12.2
+ rev: v0.13.3
37
38
- id: ruff
39
types_or: [python, pyi, jupyter]
0 commit comments