Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2115)
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.13.0 → v2.16.0](asottile/pyupgrade@v2.13.0...v2.16.0)
- [github.com/psf/black: 21.4b0 → 21.5b1](psf/black@21.4b0...21.5b1)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 17, 2021
1 parent 795bc49 commit 4ce2785
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -12,15 +12,15 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.13.0
rev: v2.16.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.5b1
hooks:
- id: black
args: [--safe]
Expand All @@ -44,7 +44,7 @@ repos:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.4"]
- repo: https://github.com/PyCQA/flake8
rev: "3.9.1"
rev: "3.9.2"
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear == 20.1.4"]

0 comments on commit 4ce2785

Please sign in to comment.