Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/google/keep-sorted: v0.4.0 β†’ v0.5.1](google/keep-sorted@v0.4.0...v0.5.1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 β†’ v0.9.1](astral-sh/ruff-pre-commit@v0.6.4...v0.9.1)
- [github.com/igorshubovych/markdownlint-cli: v0.39.0 β†’ v0.43.0](igorshubovych/markdownlint-cli@v0.39.0...v0.43.0)
- [github.com/psf/black-pre-commit-mirror: 24.4.0 β†’ 24.10.0](psf/black-pre-commit-mirror@24.4.0...24.10.0)
- [github.com/asottile/blacken-docs: 1.16.0 β†’ 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.9.0...v1.14.1)
- [github.com/commitizen-tools/commitizen: v3.22.0 β†’ v4.1.0](commitizen-tools/commitizen@v3.22.0...v4.1.0)
- [github.com/pappasam/toml-sort: v0.23.1 β†’ v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent f3e92af commit d2c2514
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@ repos:
- id: nitpick-suggest
- id: nitpick
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/google/keep-sorted
rev: v0.4.0
rev: v0.5.1
hooks:
- id: keep-sorted
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.9.1
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
stages: [pre-commit]
- repo: https://github.com/igorshubovych/markdownlint-cli # https://github.com/DavidAnson/markdownlint
rev: v0.39.0
rev: v0.43.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.10.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==23.7.0]
Expand All @@ -54,7 +54,7 @@ repos:
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.14.1
hooks:
- id: mypy
# https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes
Expand All @@ -67,7 +67,7 @@ repos:
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
args: [-i, E006]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.22.0
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -80,7 +80,7 @@ repos:
hooks:
- id: shfmt
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
exclude: poetry.lock

0 comments on commit d2c2514

Please sign in to comment.