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.19.1](asottile/pyupgrade@v2.15.0...v2.19.1)
- [github.com/asottile/pyupgrade: v2.15.0 → v2.19.1](asottile/pyupgrade@v2.15.0...v2.19.1)
- [github.com/psf/black: 21.5b1 → 21.5b2](psf/black@21.5b1...21.5b2)
  • Loading branch information
pre-commit-ci[bot] committed Jun 8, 2021
1 parent 3dd8637 commit 1c9f6cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.19.1
hooks:
- id: pyupgrade
- repo: https://github.com/myint/autoflake
Expand All @@ -18,11 +18,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.19.1
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.5b2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 1c9f6cd

Please sign in to comment.