mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Bump isort requirement to 5.11.3 (#9388)
This commit is contained in:
committed by
GitHub
parent
f52099a22b
commit
e6a04141ab
@@ -10,7 +10,7 @@ repos:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.11.1 # must match requirements-tests.txt
|
||||
rev: v5.11.3 # must match requirements-tests.txt
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
||||
@@ -4,7 +4,7 @@ flake8==6.0.0 # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==22.10.27 # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.3.0 # must match .pre-commit-config.yaml
|
||||
flake8-pyi==22.11.0 # must match .pre-commit-config.yaml
|
||||
isort==5.11.1 # must match .pre-commit-config.yaml
|
||||
isort==5.11.3 # must match .pre-commit-config.yaml
|
||||
mypy==0.991
|
||||
packaging==21.3
|
||||
pathspec
|
||||
|
||||
Reference in New Issue
Block a user