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/myint/autoflake: v1.5.1 → v1.5.3](PyCQA/autoflake@v1.5.1...v1.5.3)
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/commitizen-tools/commitizen: v2.32.2 → v2.32.5](commitizen-tools/commitizen@v2.32.2...v2.32.5)
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2022
1 parent a85b52c commit f018241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- id: sort-all
language_version: python3.8
- repo: https://github.com/myint/autoflake
rev: v1.5.1
rev: v1.5.3
hooks:
- id: autoflake
args:
Expand All @@ -64,7 +64,7 @@ repos:
compat.py,
]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -155,7 +155,7 @@ repos:
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
args: [-i, E006]
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.32.2
rev: v2.32.5
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit f018241

Please sign in to comment.