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.0.285 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.285...v0.0.290)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3)
- [github.com/commitizen-tools/commitizen: 3.6.0 → 3.9.0](commitizen-tools/commitizen@3.6.0...3.9.0)
  • Loading branch information
pre-commit-ci[bot] authored and andreoliwa committed Sep 23, 2023
1 parent c42641b commit 724cd11
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 @@ -44,7 +44,7 @@ repos:
hooks:
- id: keep-sorted
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.285
rev: v0.0.290
hooks:
- id: ruff
args: [--fix]
Expand All @@ -59,7 +59,7 @@ repos:
- id: sort-all
language_version: python3.8
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -74,7 +74,7 @@ repos:
- id: python-check-mock-methods
- id: rst-backticks
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier
stages: [commit]
Expand Down Expand Up @@ -117,7 +117,7 @@ repos:
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
args: [-i, E006]
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.6.0
rev: 3.9.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit 724cd11

Please sign in to comment.