File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ repos:
1414 hooks :
1515 - id : black
1616 - repo : https://github.com/tox-dev/tox-ini-fmt
17- rev : " 1.3.0 "
17+ rev : " 1.3.1 "
1818 hooks :
1919 - id : tox-ini-fmt
2020 args : ["-p", "fix"]
2121 - repo : https://github.com/tox-dev/pyproject-fmt
22- rev : " 0.11.2 "
22+ rev : " 0.12.0 "
2323 hooks :
2424 - id : pyproject-fmt
2525 additional_dependencies : ["tox>=4.6"]
Original file line number Diff line number Diff line change @@ -62,27 +62,6 @@ version.source = "vcs"
6262[tool .black ]
6363line-length = 120
6464
65- [tool .coverage ]
66- html.show_contexts = true
67- html.skip_covered = false
68- paths.source = [
69- " src" ,
70- " .tox*/*/lib/python*/site-packages" ,
71- " .tox*/pypy*/site-packages" ,
72- " .tox*\\ *\\ Lib\\ site-packages" ,
73- " */src" ,
74- " *\\ src" ,
75- ]
76- report.fail_under = 98
77- report.omit = []
78- run.parallel = true
79- run.plugins = [" covdefaults" ]
80-
81- [tool .mypy ]
82- python_version = " 3.11"
83- show_error_codes = true
84- strict = true
85-
8665[tool .ruff ]
8766select = [" ALL" ]
8867line-length = 120
@@ -104,3 +83,24 @@ ignore = [
10483 " S603" , # `subprocess` call: check for execution of untrusted input
10584 " PLR2004" , # Magic value used in comparison, consider replacing with a constant variable
10685]
86+
87+ [tool .coverage ]
88+ html.show_contexts = true
89+ html.skip_covered = false
90+ paths.source = [
91+ " src" ,
92+ " .tox*/*/lib/python*/site-packages" ,
93+ " .tox*/pypy*/site-packages" ,
94+ " .tox*\\ *\\ Lib\\ site-packages" ,
95+ " */src" ,
96+ " *\\ src" ,
97+ ]
98+ report.fail_under = 98
99+ report.omit = []
100+ run.parallel = true
101+ run.plugins = [" covdefaults" ]
102+
103+ [tool .mypy ]
104+ python_version = " 3.11"
105+ show_error_codes = true
106+ strict = true
You can’t perform that action at this time.
0 commit comments