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/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0)
- [github.com/PyCQA/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2)
- [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910](pre-commit/mirrors-mypy@v0.812...v0.910)
- [github.com/asottile/pyupgrade: v2.19.1 → v2.21.0](asottile/pyupgrade@v2.19.1...v2.21.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 12, 2021
1 parent a04513a commit 7061c9e
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
Expand Up @@ -10,12 +10,12 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "21.5b2"
rev: "21.6b0"
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: "5.8.0"
rev: "5.9.2"
hooks:
- id: isort

Expand All @@ -25,14 +25,14 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.812"
rev: "v0.910"
hooks:
- id: mypy
files: ^sphinx_github_changelog/
additional_dependencies: ["types-requests", "types-docutils"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.19.1"
rev: "v2.21.0"
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 7061c9e

Please sign in to comment.