mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
.pre-commit-config.yaml: add comments and empty lines to increase readability as this is my template
This commit is contained in:
parent
ed78c660da
commit
8954849bcc
@ -13,6 +13,7 @@ default_language_version:
|
|||||||
python: pypy3
|
python: pypy3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
|
# The repo from `pre-commit sample-config`
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
@ -49,6 +50,8 @@ repos:
|
|||||||
[--fix=auto]
|
[--fix=auto]
|
||||||
#- id: pretty-format-json
|
#- id: pretty-format-json
|
||||||
#- id: requirements-txt-fixer
|
#- id: requirements-txt-fixer
|
||||||
|
|
||||||
|
# Checks the ci: section on top of the file
|
||||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||||
rev: v1.6.1
|
rev: v1.6.1
|
||||||
hooks:
|
hooks:
|
||||||
@ -67,18 +70,22 @@ repos:
|
|||||||
# rev: "v1.3.0"
|
# rev: "v1.3.0"
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: mypy
|
# - id: mypy
|
||||||
|
|
||||||
# - repo: https://github.com/asottile/pyupgrade
|
# - repo: https://github.com/asottile/pyupgrade
|
||||||
# rev: v3.15.0
|
# rev: v3.15.0
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: pyupgrade
|
# - id: pyupgrade
|
||||||
|
|
||||||
# - repo: https://github.com/asottile/reorder-python-imports
|
# - repo: https://github.com/asottile/reorder-python-imports
|
||||||
# rev: v3.12.0
|
# rev: v3.12.0
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: reorder-python-imports
|
# - id: reorder-python-imports
|
||||||
|
|
||||||
# - repo: https://github.com/asottile/add-trailing-comma
|
# - repo: https://github.com/asottile/add-trailing-comma
|
||||||
# rev: v3.1.0
|
# rev: v3.1.0
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: add-trailing-comma
|
# - id: add-trailing-comma
|
||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.27.0
|
rev: 0.27.0
|
||||||
@ -108,6 +115,7 @@ repos:
|
|||||||
rev: "v3.0.3"
|
rev: "v3.0.3"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
|
# These are handled by Black below
|
||||||
exclude_types:
|
exclude_types:
|
||||||
[python, pyi, jupyter]
|
[python, pyi, jupyter]
|
||||||
#additional_dependencies:
|
#additional_dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user