We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ffa1 commit 04f7db5Copy full SHA for 04f7db5
2 files changed
.pre-commit-config.yaml
@@ -5,12 +5,6 @@ repos:
5
- id: ruff
6
- id: ruff-format
7
8
- - repo: https://github.com/pre-commit/mirrors-mypy
9
- rev: v1.11.0
10
- hooks:
11
- - id: mypy
12
- args: [--strict]
13
-
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
rev: v4.5.0
16
hooks:
Makefile
@@ -15,4 +15,7 @@ test:
ci: lint format typecheck test
17
18
-.PHONY: install lint format typecheck test ci
+pre-commit:
19
+ poetry run pre-commit run --all-files
20
+
21
+.PHONY: install lint format typecheck test ci pre-commit
0 commit comments