[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1)
This commit is contained in:
pre-commit-ci[bot]
2022-07-11 22:58:48 +00:00
committed by GitHub
parent 8fdf0764bb
commit ed3771aa79

View File

@@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: "22.3.0"
rev: "22.6.0"
hooks:
- id: black
@@ -31,7 +31,7 @@ repos:
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade
rev: "v2.34.0"
rev: "v2.37.1"
hooks:
- id: pyupgrade