Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](asottile/pyupgrade@v2.20.0...v2.21.0)
- [github.com/PyCQA/isort: 5.9.1 → 5.9.2](PyCQA/isort@5.9.1...5.9.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 12, 2021
1 parent aaaf4d0 commit 54a6d04
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 @@ -28,7 +28,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, main]
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -38,7 +38,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: '5.9.1'
rev: '5.9.2'
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 54a6d04

Please sign in to comment.