From d0ac333ef8dca2679626415e0d89ee8a20c540ba Mon Sep 17 00:00:00 2001 From: 1letter <1letter@gmx.de> Date: Tue, 22 Oct 2024 07:12:16 +0200 Subject: [PATCH] update config with plone/meta --- .gitignore | 2 ++ .meta.toml | 2 +- .pre-commit-config.yaml | 2 +- news/+meta.internal | 2 ++ pyproject.toml | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 news/+meta.internal diff --git a/.gitignore b/.gitignore index 0673be7a..4ffaa406 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ __pycache__/ .tox .vscode/ node_modules/ +forest.dot +forest.json # venv / buildout related bin/ diff --git a/.meta.toml b/.meta.toml index db6e11c0..297ee70c 100644 --- a/.meta.toml +++ b/.meta.toml @@ -3,7 +3,7 @@ # See the inline comments on how to expand/tweak this configuration file [meta] template = "default" -commit-id = "a89af8f2" +commit-id = "4cf2df11" [gitignore] extra_lines = """ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f70417dc..14603265 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/collective/zpretty diff --git a/news/+meta.internal b/news/+meta.internal new file mode 100644 index 00000000..c08f5399 --- /dev/null +++ b/news/+meta.internal @@ -0,0 +1,2 @@ +Update configuration files. +[plone devs] diff --git a/pyproject.toml b/pyproject.toml index b224fc63..762cf44b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,6 +119,7 @@ Zope = [ 'Products.CMFCore', 'Products.CMFDynamicViewFTI', ] python-dateutil = ['dateutil'] +pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing'] ignore-packages = ['Products.LinguaPlone'] ##