Skip to content

Commit

Permalink
plone/meta update
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 30, 2024
1 parent ad13b5c commit 9db057e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ local.cfg
/venv/
.installed.txt

forest.*

##
# Add extra configuration options in .meta.toml:
Expand Down
7 changes: 6 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "a89af8f2"
commit-id = "5d22fbf8"

[github]
jobs = [
Expand All @@ -13,3 +13,8 @@ jobs = [
"release_ready",
"circular",
]

[gitignore]
extra_lines = """
forest.*
"""
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Zope = [
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
]
python-dateutil = ['dateutil']
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']

##
# Add extra configuration options in .meta.toml:
Expand Down

0 comments on commit 9db057e

Please sign in to comment.