[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.23.0...v2.23.1)
- [github.com/pycqa/isort: 5.9.2 → 5.9.3](https://github.com/pycqa/isort/compare/5.9.2...5.9.3)
This commit is contained in:
pre-commit-ci[bot] 2021-08-02 16:29:14 +00:00 committed by Asif Saif Uddin
parent 4f77faab77
commit 200f183d96
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.0
rev: v2.23.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@ -24,6 +24,6 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort