Skip to content

Commit 9bd680a

Browse files
Configuring with plone.meta
1 parent 989e368 commit 9bd680a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See the inline comments on how to expand/tweak this configuration file
44
[meta]
55
template = "default"
6-
commit-id = "2.8.0"
6+
commit-id = "2.8.1.dev0"
77

88
[tox]
99
test_matrix = {"6.2" = ["*"]}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/collective/zpretty
23-
rev: 3.1.1
23+
rev: 4.0.0
2424
hooks:
2525
- id: zpretty
2626

@@ -66,7 +66,7 @@ repos:
6666
hooks:
6767
- id: pyroma
6868
- repo: https://github.com/mgedmin/check-python-versions
69-
rev: "0.24.0"
69+
rev: "0.24.2"
7070
hooks:
7171
- id: check-python-versions
7272
args: ['--only', 'setup.py,tox.ini']

0 commit comments

Comments
 (0)