Skip to content

Commit

Permalink
Merge pull request #595 from pre-commit/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
asottile committed May 10, 2021
2 parents 11cdc8d + f90bef2 commit 868784a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -13,7 +13,7 @@ repos:
- id: double-quote-string-fixer
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.7.0]
Expand All @@ -27,7 +27,7 @@ repos:
- id: reorder-python-imports
args: [--py3-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.14.0
rev: v2.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 868784a

Please sign in to comment.