mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
![pre-commit-ci[bot]](/assets/img/avatar_default.png)
updates: - [github.com/psf/black: 23.10.0 → 23.10.1](https://github.com/psf/black/compare/23.10.0...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.1...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
37 lines
877 B
YAML
37 lines
877 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
|
rev: v2.11.0
|
|
hooks:
|
|
- id: pretty-format-yaml
|
|
args: [--autofix]
|
|
- id: pretty-format-toml
|
|
exclude: poetry.lock
|
|
args: [--autofix]
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.10.1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/adamchainz/blacken-docs
|
|
rev: 1.16.0
|
|
hooks:
|
|
- id: blacken-docs
|
|
additional_dependencies:
|
|
- black==23.9.1
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.1.4
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.6.1
|
|
hooks:
|
|
- id: mypy
|
|
additional_dependencies: [types-requests, types-setuptools]
|