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.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0)
- [github.com/PyCQA/autoflake: v1.6.1 → v1.7.1](PyCQA/autoflake@v1.6.1...v1.7.1)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.1)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982)
- [github.com/openstack/bashate: 2.1.0 → 2.1.1](openstack/bashate@2.1.0...2.1.1)
  • Loading branch information
pre-commit-ci[bot] authored and andreoliwa committed Oct 11, 2022
1 parent 559e280 commit f0f5b87
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 @@ -40,7 +40,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
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.1
rev: v1.7.1
hooks:
- id: autoflake
args:
Expand All @@ -64,7 +64,7 @@ repos:
compat.py,
]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -86,7 +86,7 @@ repos:
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.0
rev: v3.0.0-alpha.1
hooks:
- id: prettier
stages: [commit]
Expand All @@ -110,7 +110,7 @@ repos:
yesqa,
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
# https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes
Expand Down Expand Up @@ -149,7 +149,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/openstack/bashate
rev: 2.1.0
rev: 2.1.1
hooks:
- id: bashate
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
Expand Down

0 comments on commit f0f5b87

Please sign in to comment.