Skip to content

Commit 4e5dbbf

Browse files
committed
pre-commit autoupdate + remove check-yaml & mypy --strict option
1 parent 7181b2a commit 4e5dbbf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-toml
6-
- id: check-yaml
76
- id: debug-statements
87
- id: end-of-file-fixer
98
- id: trailing-whitespace
109

1110
- repo: https://github.com/abravalheri/validate-pyproject
12-
rev: v0.16
11+
rev: v0.18
1312
hooks:
1413
- id: validate-pyproject
1514

1615
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.2.0
16+
rev: v0.5.2
1817
hooks:
1918
- id: ruff
2019
args: [--fix]
2120
- id: ruff-format
2221

2322
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.8.0
23+
rev: v1.10.1
2524
hooks:
2625
- id: mypy
27-
args: [--strict, --ignore-missing-imports]
26+
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)