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.11.0 → v2.12.0](asottile/pyupgrade@v2.11.0...v2.12.0)
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 19, 2021
1 parent 3f41067 commit 0ec22fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: setup-cfg-fmt
args: [--min-py3-version, "3.4"]
- repo: https://github.com/PyCQA/flake8
rev: "3.9.0"
rev: "3.9.1"
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear == 20.1.4"]

0 comments on commit 0ec22fa

Please sign in to comment.