File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
docs/data-processing/serialisation-formats/toml Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 66line-length = 79
77
88[tool .isort ]
9- atomic = true
10- force_grid_wrap = 0
11- include_trailing_comma = true
12- lines_after_imports = 2
13- lines_between_types = 1
14- multi_line_output = 3
15- not_skip = " __init__.py"
16- use_parentheses = true
9+ atomic = true
10+ force_grid_wrap = 0
11+ include_trailing_comma = true
12+ lines_after_imports = 2
13+ lines_between_types = 1
14+ multi_line_output = 3
15+ not_skip = " __init__.py"
16+ use_parentheses = true
1717
18- known_first_party =[ " MY_FIRST_MODULE" , " MY_SECOND_MODULE" ]
19- known_third_party =[ " mpi4py" , " numpy" , " requests" ]
18+ known_first_party = [ " MY_FIRST_MODULE" , " MY_SECOND_MODULE" ]
19+ known_third_party = [ " mpi4py" , " numpy" , " requests" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.11" ,
1818 " Programming Language :: Python :: 3.12" ,
1919 " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2021]
2122dependencies = [ ]
2223
You can’t perform that action at this time.
0 commit comments