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.1.6 β†’ v0.1.8](astral-sh/ruff-pre-commit@v0.1.6...v0.1.8)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 β†’ v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 β†’ v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 β†’ 23.12.0](psf/black-pre-commit-mirror@23.11.0...23.12.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.0 β†’ v1.7.1](pre-commit/mirrors-mypy@v1.7.0...v1.7.1)
- [github.com/commitizen-tools/commitizen: 3.12.0 β†’ v3.13.0](commitizen-tools/commitizen@3.12.0...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent a5ece22 commit 9ef3036
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ repos:
hooks:
- id: keep-sorted
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.8
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.7
hooks:
- id: prettier
stages: [commit]
- repo: https://github.com/igorshubovych/markdownlint-cli # https://github.com/DavidAnson/markdownlint
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -55,7 +55,7 @@ repos:
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
hooks:
- id: mypy
# https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes
Expand All @@ -68,7 +68,7 @@ repos:
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
args: [-i, E006]
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.12.0
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down

0 comments on commit 9ef3036

Please sign in to comment.