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

Auto-update pre-commit hooks #1077

Merged
merged 1 commit into from Jul 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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