Skip to content

Commit

Permalink
Add teyit for better test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 23, 2024
1 parent 9f88fe5 commit 4d1b747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 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/config/zope-product
[meta]
template = "zope-product"
commit-id = "da0ad14b"
commit-id = "15e6a5a9"

[python]
with-pypy = false
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ repos:
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/isidentical/teyit
rev: 0.4.3
hooks:
- id: teyit
- repo: https://github.com/PyCQA/flake8
rev: "7.1.1"
hooks:
Expand Down

0 comments on commit 4d1b747

Please sign in to comment.