File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
python -m pip install --upgrade pip
24
24
pip install \
25
25
isort~=5.13.2 \
26
- black~=24.3 .0
26
+ black~=24.4 .0
27
27
28
28
- name : Check import style with isort
29
29
run : isort . --check --profile black --diff
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.2 .0
3
+ rev : 24.4 .0
4
4
hooks :
5
5
- id : black
6
6
stages : [push]
11
11
hooks :
12
12
- id : blacken-docs
13
13
stages : [push]
14
- additional_dependencies : [black==24.3 .0]
14
+ additional_dependencies : [black==24.4 .0]
15
15
language_version : python3
16
16
files : ' \.(rst|md|markdown|py|tex)$'
17
17
Original file line number Diff line number Diff line change 1
1
anyio~=4.3.0
2
2
assertpy==1.1
3
- black~=24.3 .0
3
+ black~=24.4 .0
4
4
isort~=5.13.2
5
5
mockito~=1.5.0
6
6
pre-commit~=3.7.0
You can’t perform that action at this time.
0 commit comments