File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
- id : black
22
22
language_version : python3.10
23
23
- repo : https://github.com/pycqa/isort
24
- rev : 5.11.4 # must match requirements-tests.txt
24
+ rev : 5.12.0 # must match requirements-tests.txt
25
25
hooks :
26
26
- id : isort
27
27
name : isort (python)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-confi
4
4
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
5
5
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
6
6
flake8-pyi==23.1.1; python_version >= "3.8" # must match .pre-commit-config.yaml
7
- isort==5.11.4 # must match .pre-commit-config.yaml
7
+ isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
8
8
mypy==0.991
9
9
packaging==23.0
10
10
pathspec>=0.10.3
You can’t perform that action at this time.
0 commit comments