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.7.4 → v2.14.0](asottile/pyupgrade@v2.7.4...v2.14.0)
- [github.com/psf/black: 20.8b1 → 21.4b2](psf/black@20.8b1...21.4b2)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.1](PyCQA/flake8@3.8.4...3.9.1)
- [github.com/pycqa/isort: 5.7.0 → 5.8.0](PyCQA/isort@5.7.0...5.8.0)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.8.0](pre-commit/pygrep-hooks@v1.7.0...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored May 3, 2021
1 parent f06b20a commit b769500
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,29 +1,29 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v2.14.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b2
hooks:
- id: black
args: ["--target-version", "py36"]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
hooks:
- id: flake8
additional_dependencies: [flake8-2020]

- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.8.0
hooks:
- id: python-check-blanket-noqa

Expand Down

0 comments on commit b769500

Please sign in to comment.