2023-08-31 15:46:14 +03:00
|
|
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.ci for more information
|
2023-05-09 11:01:13 +03:00
|
|
|
ci:
|
|
|
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
|
|
|
# the frequency of unnecessary PRs.
|
|
|
|
# https://github.com/pre-commit-ci/issues/issues/83
|
|
|
|
autoupdate_schedule: quarterly
|
2023-05-18 10:09:22 +03:00
|
|
|
skip: [pylint]
|
2023-05-09 11:01:13 +03:00
|
|
|
|
2023-10-01 09:55:35 +03:00
|
|
|
# use pypy3 for python
|
2023-09-27 22:16:10 +03:00
|
|
|
default_language_version:
|
2023-10-01 09:55:35 +03:00
|
|
|
python: pypy3
|
2023-09-27 22:16:10 +03:00
|
|
|
|
2023-02-22 13:07:21 +02:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2023-10-10 10:15:08 +03:00
|
|
|
rev: v4.5.0
|
2023-02-22 13:07:21 +02:00
|
|
|
hooks:
|
2023-02-24 19:40:42 +02:00
|
|
|
- id: check-added-large-files
|
2023-02-22 13:07:21 +02:00
|
|
|
- id: check-case-conflict
|
2023-05-18 10:28:18 +03:00
|
|
|
- id: check-yaml
|
2023-02-22 13:07:21 +02:00
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-shebang-scripts-are-executable
|
|
|
|
- id: destroyed-symlinks
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: fix-byte-order-marker
|
2023-05-08 20:01:37 +03:00
|
|
|
- id: trailing-whitespace
|
|
|
|
exclude_types: [markdown]
|
2023-10-10 10:15:08 +03:00
|
|
|
- id: check-docstring-first
|
|
|
|
#- id: check-json
|
|
|
|
- id: check-merge-conflict
|
|
|
|
#- id: check-toml
|
|
|
|
#- id: check-xml
|
|
|
|
- id: debug-statements
|
|
|
|
- id: fix-encoding-pragma
|
|
|
|
args: [--remove]
|
|
|
|
- id: mixed-line-ending
|
|
|
|
# .gitattributes is trusted to handle this
|
|
|
|
args: [--fix=no]
|
|
|
|
#- id: pretty-format-json
|
|
|
|
#- id: requirements-txt-fixer
|
2023-10-10 10:32:41 +03:00
|
|
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
|
|
|
rev: v1.6.1
|
|
|
|
hooks:
|
|
|
|
- id: check-pre-commit-ci-config
|
2023-04-06 11:46:54 +03:00
|
|
|
- repo: https://github.com/thlorenz/doctoc
|
|
|
|
rev: v2.2.0
|
|
|
|
hooks:
|
|
|
|
- id: doctoc
|
|
|
|
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
|
|
|
|
args: [--update-only]
|
2023-05-18 10:06:16 +03:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
2023-10-12 11:01:37 +03:00
|
|
|
rev: "v1.6.0"
|
2023-05-18 10:06:16 +03:00
|
|
|
hooks:
|
|
|
|
- id: mypy
|
2023-10-10 10:15:08 +03:00
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
|
|
rev: v3.15.0
|
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2023-10-15 13:06:10 +03:00
|
|
|
args: [--py311-plus]
|
2023-10-10 10:15:08 +03:00
|
|
|
- repo: https://github.com/asottile/reorder-python-imports
|
|
|
|
rev: v3.12.0
|
|
|
|
hooks:
|
|
|
|
- id: reorder-python-imports
|
2023-10-15 13:06:10 +03:00
|
|
|
args: [--py311-plus]
|
2023-10-10 10:15:08 +03:00
|
|
|
- repo: https://github.com/asottile/add-trailing-comma
|
|
|
|
rev: v3.1.0
|
|
|
|
hooks:
|
|
|
|
- id: add-trailing-comma
|
2023-02-22 13:07:21 +02:00
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
2023-08-31 15:46:14 +03:00
|
|
|
rev: "v3.0.3"
|
2023-02-22 13:07:21 +02:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
2023-05-18 10:06:16 +03:00
|
|
|
exclude_types: [python, pyi, jupyter]
|
2023-08-31 15:46:14 +03:00
|
|
|
additional_dependencies: [
|
|
|
|
# https://www.npmjs.com/package/prettier
|
|
|
|
"prettier@3.0.3",
|
|
|
|
# https://www.npmjs.com/package/@prettier/plugin-ruby
|
|
|
|
"@prettier/plugin-ruby@4.0.2",
|
|
|
|
]
|
2023-05-18 10:06:16 +03:00
|
|
|
- repo: https://github.com/psf/black
|
2023-10-01 09:57:10 +03:00
|
|
|
rev: 23.9.1
|
2023-05-18 10:06:16 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
#- id: black-jupyter
|
2023-05-18 12:25:47 +03:00
|
|
|
- repo: https://github.com/scop/pre-commit-shfmt
|
2023-07-13 12:42:31 +03:00
|
|
|
rev: v3.7.0-1
|
2023-05-18 12:25:47 +03:00
|
|
|
hooks:
|
|
|
|
- id: shfmt
|
|
|
|
#- id: shfmt-docker
|
2023-02-22 13:07:21 +02:00
|
|
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
2023-10-12 11:01:37 +03:00
|
|
|
rev: "2.7.3"
|
2023-02-22 13:07:21 +02:00
|
|
|
hooks:
|
|
|
|
- id: editorconfig-checker
|
|
|
|
alias: ec
|
2023-04-06 11:46:54 +03:00
|
|
|
args: [-disable-max-line-length]
|
2023-05-18 10:06:16 +03:00
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: pylint
|
|
|
|
name: pylint
|
|
|
|
entry: pylint
|
|
|
|
language: system
|
|
|
|
types_or: [python, pyi]
|