We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7181b2a commit 4e5dbbfCopy full SHA for 4e5dbbf
.pre-commit-config.yaml
@@ -1,27 +1,26 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-toml
6
- - id: check-yaml
7
- id: debug-statements
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
11
- repo: https://github.com/abravalheri/validate-pyproject
12
- rev: v0.16
+ rev: v0.18
13
14
- id: validate-pyproject
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.2.0
+ rev: v0.5.2
18
19
- id: ruff
20
args: [--fix]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.8.0
+ rev: v1.10.1
25
26
- id: mypy
27
- args: [--strict, --ignore-missing-imports]
+ args: [--ignore-missing-imports]
0 commit comments