File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
persist-credentials : false
42
42
- name : Install uv + caching
43
- uses : astral-sh/setup-uv@v5
43
+ uses : astral-sh/setup-uv@v6
44
44
with :
45
45
enable-cache : true
46
46
cache-dependency-glob : |
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3
3
[meta ]
4
4
template = " pure-python"
5
- commit-id = " 891c33f9 "
5
+ commit-id = " d03bba5c "
6
6
7
7
[python ]
8
8
with-windows = false
Original file line number Diff line number Diff line change 3
3
minimum_pre_commit_version : ' 3.6'
4
4
repos :
5
5
- repo : https://github.com/pycqa/isort
6
- rev : " 6.0.0 "
6
+ rev : " 6.0.1 "
7
7
hooks :
8
8
- id : isort
9
9
- repo : https://github.com/hhatto/autopep8
12
12
- id : autopep8
13
13
args : [--in-place, --aggressive, --aggressive]
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.19.1
15
+ rev : v3.20.0
16
16
hooks :
17
17
- id : pyupgrade
18
18
args : [--py39-plus]
21
21
hooks :
22
22
- id : teyit
23
23
- repo : https://github.com/PyCQA/flake8
24
- rev : " 7.1.1 "
24
+ rev : " 7.3.0 "
25
25
hooks :
26
26
- id : flake8
27
27
additional_dependencies :
Original file line number Diff line number Diff line change 4
4
5
5
[build-system ]
6
6
requires = [
7
- " setuptools <= 75.6.0" ,
7
+ " setuptools == 78.1.1" ,
8
+ " wheel" ,
8
9
]
9
10
build-backend = " setuptools.build_meta"
10
11
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ usedevelop = true
18
18
package = wheel
19
19
wheel_build_env = .pkg
20
20
deps =
21
- setuptools <= 75.6.0
21
+ setuptools == 78.1.1
22
22
commands =
23
23
zope-testrunner --test-path =src {posargs:-vc}
24
24
extras =
@@ -34,7 +34,8 @@ description = ensure that the distribution is ready to release
34
34
basepython = python3
35
35
skip_install = true
36
36
deps =
37
- setuptools <= 75.6.0
37
+ setuptools == 78.1.1
38
+ wheel
38
39
twine
39
40
build
40
41
check-manifest
You can’t perform that action at this time.
0 commit comments