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.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3)
- [github.com/myint/autoflake: v1.4 → v1.5.3](PyCQA/autoflake@v1.4...v1.5.3)
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2022
1 parent 83bf2fc commit de1c020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.3
hooks:
- id: pyupgrade
args:
Expand All @@ -21,7 +21,7 @@ repos:
# This file is more readable without yield from
exclude: ^docs_src/progressbar/tutorial004\.py
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.3
hooks:
- id: autoflake
args:
Expand All @@ -45,7 +45,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
ci:
Expand Down

0 comments on commit de1c020

Please sign in to comment.