mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
[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:
committed by
GitHub
parent
30fd9b4ffa
commit
4d9ca511c0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user