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/astral-sh/ruff-pre-commit: v0.3.7 β†’ v0.4.2](astral-sh/ruff-pre-commit@v0.3.7...v0.4.2)
- [github.com/psf/black-pre-commit-mirror: 24.4.0 β†’ 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 β†’ v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/commitizen-tools/commitizen: v3.22.0 β†’ v3.24.0](commitizen-tools/commitizen@v3.22.0...v3.24.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 9077ed4 commit 11baccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: keep-sorted
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.2
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -36,7 +36,7 @@ repos:
hooks:
- id: markdownlint-fix
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
args: [--safe, --quiet]
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.10.0
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: v3.24.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down

0 comments on commit 11baccc

Please sign in to comment.