Newer
Older
- repo: https://github.com/pre-commit/pre-commit-hooks
Simon Bjurek
committed
rev: v5.0.0
hooks:
- id: mixed-line-ending
exclude_types: [svg]
- id: check-added-large-files
- id: check-docstring-first
- id: check-yaml
- id: end-of-file-fixer
exclude_types: [svg]
- id: trailing-whitespace
exclude_types: [svg]
- id: check-toml
Simon Bjurek
committed
rev: v1.29.9
- repo: https://github.com/psf/black
Simon Bjurek
committed
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Simon Bjurek
committed
rev: 6.0.0
- repo: https://github.com/Carreau/velin
- id: velin
- repo: https://github.com/charliermarsh/ruff-pre-commit
Simon Bjurek
committed
rev: "v0.9.7"
- repo: https://github.com/adamchainz/blacken-docs
Simon Bjurek
committed
rev: 1.19.1
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/pyupgrade
Simon Bjurek
committed
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
files: \.(html|md|yml|yaml|toml)
args: [--prose-wrap=preserve]
additional_dependencies:
- prettier@2.7.1
- prettier-plugin-toml@0.3.1