Browse Source

⬆ [pre-commit.ci] pre-commit autoupdate (#5352)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/5377/head
pre-commit-ci[bot] 3 years ago
committed by GitHub
parent
commit
ef5d6181b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .pre-commit-config.yaml

4
.pre-commit-config.yaml

@ -19,7 +19,7 @@ repos:
- --py3-plus
- --keep-runtime-typing
- repo: https://github.com/myint/autoflake
rev: v1.5.1
rev: v1.5.3
hooks:
- id: autoflake
args:
@ -43,7 +43,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
ci:

Loading…
Cancel
Save