mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Upgrade black version (#7582)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.1.0 # must match requirements-tests.txt
|
||||
rev: 22.3.0 # must match requirements-tests.txt
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
mypy==0.942
|
||||
pytype==2022.03.29; platform_system != "Windows" and python_version < "3.10"
|
||||
# must match .pre-commit-config.yaml
|
||||
black==22.1.0
|
||||
black==22.3.0
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==21.11.29
|
||||
flake8-pyi==22.3.0
|
||||
|
||||
Reference in New Issue
Block a user