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/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- [github.com/asottile/pyupgrade: v2.15.0 → v2.20.0](asottile/pyupgrade@v2.15.0...v2.20.0)
- [github.com/PyCQA/isort: 5.8.0 → 5.9.1](PyCQA/isort@5.8.0...5.9.1)
- [github.com/asottile/pyupgrade: v2.15.0 → v2.20.0](asottile/pyupgrade@v2.15.0...v2.20.0)
- [github.com/psf/black: 21.5b1 → 21.6b0](psf/black@21.5b1...21.6b0)
- [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910](pre-commit/mirrors-mypy@v0.812...v0.910)
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2021
1 parent 3dd8637 commit 0d88552
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.20.0
hooks:
- id: pyupgrade
- repo: https://github.com/myint/autoflake
Expand All @@ -14,15 +14,15 @@ repos:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.1
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.20.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -33,7 +33,7 @@ repos:
pass_filenames: true
exclude: (examples|_mpl_image)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.910
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
Expand Down

0 comments on commit 0d88552

Please sign in to comment.