Skip to content

Commit

Permalink
Merge pull request #49 from plone/config-with-default-template-e963330c
Browse files Browse the repository at this point in the history
Configuring with plone/meta
  • Loading branch information
mauritsvanrees authored May 19, 2023
2 parents e1280d6 + fbba68c commit 33ce4a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .meta.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
[check-manifest]
additional-ignores = [
"conf.py",
]
[setup]
check_manifest_ignore = """
conf.py
"""

[meta]
template = "default"
commit-id = "12f48b08"
commit-id = "50c0e759"
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ repos:
- id: codespell
additional_dependencies:
- tomli

- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
hooks:
Expand Down
2 changes: 2 additions & 0 deletions news/50c0e759.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update configuration files.
[plone devs]
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ envlist =
lint
test



[testenv]
allowlist_externals =
sh


[testenv:format]
description = automatically reformat code
skip_install = true
Expand Down

0 comments on commit 33ce4a2

Please sign in to comment.