Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(pre-commit): Apply hook rev updates #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -10,42 +10,42 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.20.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "25.1.0"
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: "5.12.0"
rev: "6.0.0"
hooks:
- id: isort
args: [--profile black]

- repo: https://github.com/executablebooks/mdformat
rev: "0.7.16"
rev: "0.7.22"
hooks:
- id: mdformat
args: [--wrap=80]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [json, yaml]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.8.1
rev: v0.17.2
hooks:
- id: markdownlint-cli2

- repo: https://github.com/golangci/golangci-lint
rev: v1.53.3
rev: v1.63.4
hooks:
- id: golangci-lint

Expand Down
Loading