Skip to content

Commit

Permalink
Merge pull request #211 from asottile/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 Jan 3, 2022
2 parents b8711a5 + 16e598c commit be32073
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 @@ -16,7 +16,7 @@ repos:
- id: flake8
additional_dependencies: ['flake8-typing-imports==1.7.0']
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.7
rev: v1.6.0
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
Expand All @@ -25,7 +25,7 @@ repos:
- id: reorder-python-imports
args: [--py3-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit be32073

Please sign in to comment.