Skip to content

Commit 917375d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.2...v0.6.9)
1 parent d6f066c commit 917375d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
default_stages: [commit, push]
1+
default_stages: [Nonepre-commitNone, Nonepre-pushNone]
22
fail_fast: false
33
exclude: ^(manim/grpc/gen/|docs/i18n/)
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-ast
99
name: Validate Python
@@ -13,7 +13,7 @@ repos:
1313
- id: check-toml
1414
name: Validate Poetry
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.2
16+
rev: v0.6.9
1717
hooks:
1818
- id: ruff
1919
name: ruff lint

0 commit comments

Comments
 (0)