File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33# See the inline comments on how to expand/tweak this configuration file
44[meta ]
55template = " default"
6- commit-id = " 2.2 .2"
6+ commit-id = " 2.3 .2"
77
88[gitignore ]
99extra_lines = """
Original file line number Diff line number Diff line change 77
88repos :
99- repo : https://github.com/asottile/pyupgrade
10- rev : v3.21.0
10+ rev : v3.21.2
1111 hooks :
1212 - id : pyupgrade
1313 args : [--py38-plus]
1616 hooks :
1717 - id : isort
1818- repo : https://github.com/psf/black-pre-commit-mirror
19- rev : 25.9 .0
19+ rev : 25.12 .0
2020 hooks :
2121 - id : black
2222- repo : https://github.com/collective/zpretty
@@ -62,16 +62,16 @@ repos:
6262 hooks :
6363 - id : check-manifest
6464- repo : https://github.com/regebro/pyroma
65- rev : " 5.0"
65+ rev : " 5.0.1 "
6666 hooks :
6767 - id : pyroma
6868- repo : https://github.com/mgedmin/check-python-versions
69- rev : " 0.23 .0"
69+ rev : " 0.24 .0"
7070 hooks :
7171 - id : check-python-versions
7272 args : ['--only', 'setup.py,pyproject.toml']
7373- repo : https://github.com/collective/i18ndude
74- rev : " 6.2.1 "
74+ rev : " 6.3.0 "
7575 hooks :
7676 - id : i18ndude
7777
Original file line number Diff line number Diff line change 1+ Update configuration files @plone
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ description = check if the package defines all its dependencies
6565skip_install = true
6666deps =
6767 build
68+ setuptools<82.0.0
6869 z3c.dependencychecker ==2.14.3
6970commands =
7071 python -m build --sdist
You can’t perform that action at this time.
0 commit comments