File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- all
8
- pull_request : {}
8
+ pull_request : { }
9
9
jobs :
10
10
black :
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
- python-version : ["3.11" ]
15
- os : [ubuntu-latest]
14
+ python-version : [ "3.13" ]
15
+ os : [ ubuntu-latest ]
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Black Code Formatter
19
-
20
- with :
21
- args : " . --check"
18
+ - name : Install Dependencies
19
+ run : |
20
+ python -m pip install --upgrade pip
21
+ pip install .[dev]
22
+ - name : " Black Code Formatter"
23
+ run : |
24
+ black . --check
Original file line number Diff line number Diff line change 4
4
"description" : "Partner identification code assigned by Dun & Bradstreet." ,
5
5
},
6
6
"4" : {
7
- "name" : "IATA (International Air Transport Association)" ,
7
+ "name" : "IATA (International Air Transport Association)" ,
8
8
"description" : "Partner identification code assigned by the International Air Transport Association." ,
9
9
},
10
10
"5" : {
175
175
"name" : "Mutually defined" ,
176
176
"description" : "Mutually defined between trading partners." ,
177
177
},
178
- }
178
+ }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dev = [
29
29
" Sphinx>=7.2.0" ,
30
30
" setuptools>=69.1.0" ,
31
31
" wheel>=0.42.0" ,
32
- " black>=24.0 .0" ,
32
+ " black>=25.1 .0" ,
33
33
" sphinx-rtd-theme>=2.0.0" ,
34
34
" build" ,
35
35
" twine" ,
You can’t perform that action at this time.
0 commit comments