File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/toolkit
33[meta ]
44template = " toolkit"
5- commit-id = " 891c33f9 "
5+ commit-id = " c6354ebd "
66
77[python ]
88with-sphinx-doctests = false
Original file line number Diff line number Diff line change 33minimum_pre_commit_version : ' 3.6'
44repos :
55 - repo : https://github.com/pycqa/isort
6- rev : " 6.0.0 "
6+ rev : " 6.0.1 "
77 hooks :
88 - id : isort
99 - repo : https://github.com/hhatto/autopep8
2121 hooks :
2222 - id : teyit
2323 - repo : https://github.com/PyCQA/flake8
24- rev : " 7.1.1 "
24+ rev : " 7.2.0 "
2525 hooks :
2626 - id : flake8
2727 additional_dependencies :
Original file line number Diff line number Diff line change 44
55[build-system ]
66requires = [
7- " setuptools <= 75.6.0" ,
7+ " setuptools == 75.8.2" ,
8+ " wheel" ,
89]
910build-backend = " setuptools.build_meta"
1011
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ envlist =
1616[testenv]
1717skip_install = true
1818deps =
19- setuptools <= 75.6.0
20- zc.buildout < 4.1
21- wheel > 0.37
19+ setuptools == 75.8.2
20+ zc.buildout
21+ wheel
2222setenv =
2323 zope_i18n_compile_mo_files =True
2424commands_pre =
@@ -36,15 +36,16 @@ commands =
3636basepython = python3
3737deps =
3838 git+https://github.com/pypa/setuptools.git\# egg=setuptools
39- zc.buildout < 4.1
40- wheel > 0.37
39+ zc.buildout
40+ wheel
4141
4242[testenv:release-check]
4343description = ensure that the distribution is ready to release
4444basepython = python3
4545skip_install = true
4646deps =
47- setuptools <= 75.6.0
47+ setuptools == 75.8.2
48+ wheel
4849 twine
4950 build
5051 check-manifest
You can’t perform that action at this time.
0 commit comments