Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
persist-credentials: false
- name: Install uv + caching
# astral/setup-uv@9.0.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
# astral/setup-uv@10.0.0
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d
with:
enable-cache: true
cache-dependency-glob: |
Expand Down
11 changes: 10 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/pure-python
[meta]
template = "pure-python"
commit-id = "3d9788fb"
commit-id = "f40a2b2b"

[python]
with-pypy = false
Expand Down Expand Up @@ -41,6 +41,15 @@ additional-sources = "{toxinidir}/tests"
[flake8]
additional-sources = "tests"

[pre-commit]
additional-config = [
"- repo: https://github.com/pre-commit/mirrors-mypy",
" rev: v2.1.0",
" hooks:",
" - id: mypy",
" pass_filenames: false",
]

[manifest]
additional-rules = [
"include *.yaml",
Expand Down
Loading