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: v3.0.0 → v3.1.0](asottile/pyupgrade@v3.0.0...v3.1.0)
- [github.com/PyCQA/autoflake: v1.7.1 → v1.7.6](PyCQA/autoflake@v1.7.1...v1.7.6)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.2](pre-commit/mirrors-prettier@v3.0.0-alpha.1...v3.0.0-alpha.2)
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2022
1 parent f0f5b87 commit 7843344
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: v3.0.0
rev: v3.1.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.7.1
rev: v1.7.6
hooks:
- id: autoflake
args:
Expand Down Expand Up @@ -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.1
rev: v3.0.0-alpha.2
hooks:
- id: prettier
stages: [commit]
Expand Down

0 comments on commit 7843344

Please sign in to comment.