Skip to content

Commit f8b0495

Browse files
[pre-commit.ci] pre-commit autoupdate (#3037)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](pre-commit/mirrors-mypy@v0.990...v0.991) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 482994b commit f8b0495

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
@@ -3,7 +3,7 @@ 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.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-ast
99
name: Validate Python
@@ -44,7 +44,7 @@ repos:
4444
- id: blacken-docs
4545
additional_dependencies: [black==22.3.0]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 5.0.4
47+
rev: 6.0.0
4848
hooks:
4949
- id: flake8
5050
additional_dependencies:
@@ -58,7 +58,7 @@ repos:
5858
flake8-simplify==0.14.1,
5959
]
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v0.990
61+
rev: v0.991
6262
hooks:
6363
- id: mypy
6464
additional_dependencies:

0 commit comments

Comments
 (0)