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

Commit

Permalink
Auto-update pre-commit hooks (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: asvetlov <asvetlov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and asvetlov committed Jul 30, 2021
1 parent b2952d9 commit c65e2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: '5.9.2'
rev: '5.9.3'
hooks:
- id: isort
args: ["--profile", "black"]
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.23.0'
rev: 'v2.23.1'
hooks:
- id: pyupgrade
args: ['--py36-plus', '--keep-mock']
Expand Down

0 comments on commit c65e2e7

Please sign in to comment.