We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1fff6 commit 7da7a5bCopy full SHA for 7da7a5b
.pre-commit-config.yaml
@@ -1,9 +1,9 @@
1
-default_stages: [commit, push]
+default_stages: [pre-commit, pre-push]
2
fail_fast: false
3
exclude: ^(manim/grpc/gen/|docs/i18n/)
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-ast
9
name: Validate Python
@@ -13,7 +13,7 @@ repos:
13
- id: check-toml
14
name: Validate Poetry
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.6.2
+ rev: v0.7.0
17
18
- id: ruff
19
name: ruff lint
@@ -22,7 +22,7 @@ repos:
22
- id: ruff-format
23
types: [python]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.11.2
+ rev: v1.12.1
26
27
- id: mypy
28
additional_dependencies:
0 commit comments