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.25.0 → v2.26.0](asottile/pyupgrade@v2.25.0...v2.26.0)
- [github.com/psf/black: 21.7b0 → 21.9b0](psf/black@21.7b0...21.9b0)
- [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.1](pre-commit/mirrors-prettier@v2.3.2...v2.4.1)
- [github.com/openstack/bashate: 2.0.0 → 2.1.0](openstack/bashate@2.0.0...2.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2021
1 parent 3a38d1a commit 1411443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -33,11 +33,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.26.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -59,7 +59,7 @@ repos:
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.1
hooks:
- id: prettier
stages: [commit]
Expand Down Expand Up @@ -109,7 +109,7 @@ repos:
args: [--ini, setup.cfg]
exclude: tests/
- repo: https://github.com/openstack/bashate
rev: 2.0.0
rev: 2.1.0
hooks:
- id: bashate
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
Expand Down

0 comments on commit 1411443

Please sign in to comment.