mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
black: upgrade (#8659)
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
- id: pycln
|
||||
args: [--all, stubs, stdlib, tests, scripts]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.6.0 # must match requirements-tests.txt
|
||||
rev: 22.8.0 # must match requirements-tests.txt
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
aiohttp==3.8.1
|
||||
black==22.6.0 # must match .pre-commit-config.yaml
|
||||
black==22.8.0 # must match .pre-commit-config.yaml
|
||||
flake8==5.0.4 # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
|
||||
|
||||
Reference in New Issue
Block a user