We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6277c0c commit bb67d05Copy full SHA for bb67d05
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.5.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
@@ -11,13 +11,13 @@ repos:
11
12
- id: pyproject-fmt
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.2.0
+ rev: v0.3.2
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
18
- id: ruff-format
19
- repo: https://github.com/codespell-project/codespell
20
- rev: v2.2.2
+ rev: v2.2.6
21
22
- id: codespell
23
additional_dependencies: ["tomli"]
0 commit comments