Skip to content

Commit

Permalink
add pyroma
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh committed Dec 12, 2024
1 parent 509e342 commit 921aa26
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ profiling = [
"importtime-waterfall >= 1.0.0",
"tuna >= 0.5.11",
]
releasing = [
"pyroma>=4.0",
]
security = [
"bandit >= 0.0",
]
Expand All @@ -100,6 +103,7 @@ typing = [
"mypy >= 1.13.0",
]


# https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#advanced-plugins
# https://github.com/Darsstar/sitecustomize-entrypoints/blob/main/src/sitecustomize/__init__.py
Expand Down Expand Up @@ -225,7 +229,8 @@ default-groups = [
"ipython",
"linting",
# "profiling",
"releasing",
"testing",
"typing",
# "security",
]
]
56 changes: 56 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 921aa26

Please sign in to comment.