Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#497)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.37.1 → v2.37.3](asottile/pyupgrade@v2.37.1...v2.37.3)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
- [github.com/commitizen-tools/commitizen: v2.28.0 → v2.31.0](commitizen-tools/commitizen@v2.28.0...v2.31.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2022
1 parent 07048bb commit b837db3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -40,7 +40,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -91,7 +91,7 @@ repos:
- id: prettier
stages: [commit]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
language_version: python3.8
Expand All @@ -110,7 +110,7 @@ repos:
yesqa,
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.971
hooks:
- id: mypy
# https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes
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.28.0
rev: v2.31.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit b837db3

Please sign in to comment.