Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (jazzband#1462)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
- [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](asottile/pyupgrade@v2.23.0...v2.23.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 3, 2021
1 parent 51cae74 commit c826ac7
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 @@ -5,11 +5,11 @@ repos:
- id: black
args: [--target-version=py36]
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.0
rev: v2.23.1
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit c826ac7

Please sign in to comment.