We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31df3c commit 4c60f0cCopy full SHA for 4c60f0c
.pre-commit-config.yaml
@@ -6,7 +6,7 @@
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.5.0
+ rev: v5.0.0
10
hooks:
11
- id: check-toml
12
- id: check-yaml
@@ -16,18 +16,18 @@ repos:
16
- id: requirements-txt-fixer
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.6
+ rev: v0.7.3
20
21
- id: ruff # See pyproject.toml for args
22
23
- repo: https://github.com/codespell-project/codespell
24
- rev: v2.2.6
+ rev: v2.3.0
25
26
- id: codespell # See pyproject.toml for args
27
additional_dependencies:
28
- tomli
29
30
- repo: https://github.com/abravalheri/validate-pyproject
31
- rev: v0.15
+ rev: v0.23
32
33
- id: validate-pyproject
0 commit comments