We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e003e43 commit 89bf700Copy full SHA for 89bf700
.pre-commit-config.yaml
@@ -7,18 +7,18 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.9.1
+ rev: v0.9.10
11
hooks:
12
- id: ruff
13
args: [ --fix ]
14
15
- repo: https://github.com/psf/black
16
- rev: 24.10.0
+ rev: 25.1.0
17
18
- id: black
19
20
- repo: https://github.com/codespell-project/codespell
21
- rev: v2.3.0
+ rev: v2.4.1
22
23
- id: codespell
24
files: ^.*\.(py|md|rst|yml)$
0 commit comments