File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,11 +71,12 @@ repos:
7171 - ' --check'
7272 files : ' ^release_management/'
7373
74- - repo : https://github.com/tox-dev/tox-ini-fmt
75- rev : 1.4.1
76- hooks :
77- - id : tox-ini-fmt
78- name : " Format tox.ini"
74+ # Disabled: no support for comments as at 2025-11-27.
75+ # - repo: https://github.com/tox-dev/tox-ini-fmt
76+ # rev: 1.4.1
77+ # hooks:
78+ # - id: tox-ini-fmt
79+ # name: "Format tox.ini"
7980
8081 - repo : https://github.com/sphinx-contrib/sphinx-lint
8182 rev : v1.0.0
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ commands =
1515
1616[coverage:run]
1717omit =
18- */__main__.py # Ignore all __main__.py files
19- peps/* # Ignore all files in the PEPs folder
18+ # Ignore all __main__.py files
19+ */__main__.py
20+ # Ignore all files in the PEPs folder
21+ peps/*
2022
2123[coverage:report]
2224exclude_also =
You can’t perform that action at this time.
0 commit comments