Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #948 from aio-libs/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Auto-update pre-commit hooks
  • Loading branch information
Andrew-Chen-Wang authored Apr 21, 2021
2 parents 6a909f0 + 869990c commit ece3b00
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 @@ -55,12 +55,12 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.12.0'
rev: 'v2.13.0'
hooks:
- id: pyupgrade
args: ['--py36-plus', '--keep-mock']
- repo: https://gitlab.com/pycqa/flake8
rev: '3.9.0'
rev: '3.9.1'
hooks:
- id: flake8
exclude: "^docs/"
Expand Down

0 comments on commit ece3b00

Please sign in to comment.