Skip to content

Commit

Permalink
Merge pull request #232 from pallets/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
davidism committed May 3, 2021
2 parents 477f42c + 6a9df83 commit c0e6b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -10,7 +10,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src:tests"]
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.4b2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit c0e6b48

Please sign in to comment.