[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.9.0)
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
This commit is contained in:
pre-commit-ci[bot] 2023-07-11 08:18:36 +00:00 committed by GitHub
parent 4e8ee1d2c3
commit 5ae867fbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ repos:
- --markdown-linebreak-ext=md
exclude: ^2022/inputs/day05
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py311-plus]
@ -28,7 +28,7 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [--target-version, py310]