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/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2)
- [github.com/PyCQA/autoflake: v1.6.0 → v1.6.1](PyCQA/autoflake@v1.6.0...v1.6.1)
- [github.com/commitizen-tools/commitizen: v2.34.0 → v2.35.0](commitizen-tools/commitizen@v2.34.0...v2.35.0)
  • Loading branch information
pre-commit-ci[bot] authored and andreoliwa committed Sep 29, 2022
1 parent 7d4d0ef commit 7f7059a
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 @@ -40,7 +40,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -50,7 +50,7 @@ repos:
- id: sort-all
language_version: python3.8
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
rev: v1.6.1
hooks:
- id: autoflake
args:
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.34.0
rev: v2.35.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit 7f7059a

Please sign in to comment.