Skip to content

Commit

Permalink
Merge pull request #35 from plone/config-with-default-template-947816f2
Browse files Browse the repository at this point in the history
add pyroma
  • Loading branch information
gforcada authored Jan 29, 2023
2 parents 947816f + fc78faf commit 35919c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
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/plone/meta/tree/master/config/default
[meta]
template = "default"
commit-id = "66442993"
commit-id = "26c2ecc2"

[codespell]
additional-ignores = "bund"
1 change: 1 addition & 0 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ check-manifest==0.49
codespell==2.2.2
flake8==6.0.0
isort==5.11.4
pyroma==4.1
pyupgrade==3.3.1
2 changes: 1 addition & 1 deletion news/1.internal
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Update code to current Plone meta standards.
[gforcada]
[gforcada, maurits]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
namespace_packages=["plone"],
include_package_data=True,
zip_safe=False,
python_requires=">=3.8",
extras_require=dict(
test=[
"zope.configuration",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ deps =
codespell
tomli # needed for codespell to read pyproject.toml
check-manifest
pyroma
-c lint-requirements.txt
commands =
sh -c '{[testenv]py_files} | xargs flake8'
sh -c '{[testenv]py_files} | xargs codespell'
sh -c '{[testenv]text_files} | xargs codespell'
check-manifest
pyroma -n 10 .

0 comments on commit 35919c6

Please sign in to comment.