.pre-commit-config.yaml: cleanup

This commit is contained in:
Aminda Suomalainen 2024-07-12 10:17:23 +03:00
parent 4121f9ea30
commit 5674d0f641
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 14 deletions

View File

@ -1,22 +1,15 @@
# @format # @format
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info> # SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
# #
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
# See https://pre-commit.ci for more information # See https://pre-commit.ci for more information
ci: 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 autoupdate_schedule: quarterly
skip: [pnpm-install-dev, prettier, pylint] skip: [pnpm-install-dev, prettier, pylint]
# use pypy3 for python
#default_language_version:
# python: pypy3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v4.6.0
@ -44,26 +37,31 @@ repos:
args: [--fix=no] args: [--fix=no]
- id: pretty-format-json - id: pretty-format-json
args: [--autofix, --no-ensure-ascii] args: [--autofix, --no-ensure-ascii]
- 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:
- id: check-pre-commit-ci-config - id: check-pre-commit-ci-config
- repo: https://github.com/thlorenz/doctoc - repo: https://github.com/thlorenz/doctoc
rev: v2.2.0 rev: v2.2.0
hooks: hooks:
- id: doctoc - id: doctoc
# https://github.com/Mikaela/gist/blob/master/doctoc.txt # https://github.com/Mikaela/gist/blob/master/doctoc.txt
args: [--update-only] args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1" rev: "v1.10.1"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-tabulate] additional_dependencies: [types-tabulate]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.16.0 rev: v3.16.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py310-plus] args: [--py310-plus]
- 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:
@ -79,11 +77,6 @@ repos:
rev: 24.4.2 rev: 24.4.2
hooks: hooks:
- id: black - id: black
#- id: black-jupyter
# - repo: https://github.com/scop/pre-commit-shfmt
# rev: v3.8.0-1
# hooks:
# - id: shfmt
- repo: local - repo: local
hooks: hooks:
@ -97,7 +90,6 @@ repos:
entry: corepack pnpm install -D entry: corepack pnpm install -D
language: system language: system
always_run: true always_run: true
#verbose: true
pass_filenames: false pass_filenames: false
- id: prettier - id: prettier
name: prettier name: prettier