[pre-commit.ci] pre-commit autoupdate (#10007)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)

* Update requirements-tests.txt

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
pre-commit-ci[bot]
2023-04-04 09:12:24 +01:00
committed by GitHub
parent 30fd9b4ffa
commit 4d9ca511c0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ repos:
types: [file]
types_or: [python, pyi]
- repo: https://github.com/psf/black
rev: 23.1.0 # must match requirements-tests.txt
rev: 23.3.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.10

View File

@@ -1,5 +1,5 @@
aiohttp==3.8.4
black==23.1.0 # must match .pre-commit-config.yaml
black==23.3.0 # must match .pre-commit-config.yaml
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-bugbear==23.3.12; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml