File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ exclude: ".*test-data.*"
22
33repos :
44 - repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : v0.6.9
5+ rev : v0.15.2
66 hooks :
77 - id : ruff
88 args : [--fix, --exit-non-zero-on-fix]
99 - id : ruff-format
1010
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v5 .0.0
12+ rev : v6 .0.0
1313 hooks :
1414 - id : check-added-large-files
1515 args : ["--maxkb=128"]
1616 - id : check-ast
17- - id : check -byte-order-marker
17+ - id : fix -byte-order-marker
1818 - id : check-case-conflict
1919 - id : check-docstring-first
2020 - id : check-executables-have-shebangs
Original file line number Diff line number Diff line change @@ -1479,10 +1479,7 @@ def _make_parser():
14791479
14801480 checksum_args = parser .add_argument_group (
14811481 _ ("Checksum Algorithms" ),
1482- _ (
1483- "Select the manifest algorithms to be used when creating bags"
1484- " (default=%s)"
1485- )
1482+ _ ("Select the manifest algorithms to be used when creating bags (default=%s)" )
14861483 % ", " .join (DEFAULT_CHECKSUMS ),
14871484 )
14881485
You can’t perform that action at this time.
0 commit comments