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 d6f066c commit 917375dCopy full SHA for 917375d
.pre-commit-config.yaml
@@ -1,9 +1,9 @@
1
-default_stages: [commit, push]
+default_stages: [Nonepre-commitNone, Nonepre-pushNone]
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.6.9
17
18
- id: ruff
19
name: ruff lint
0 commit comments