Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,9 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.8.9
rev: 15362d4c0f603c124978ece1b3b5c9629c852d51
hooks:
- id: check-dev-files
args:
- --no-cd
- --keep-issue-templates
- --no-pypi
- --package-manager=none
- --repo-name=.github
- --repo-title=Public ComPWA GitHub profile

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
Expand Down Expand Up @@ -49,7 +41,7 @@ repos:
args: [--in-place]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v10.0.0
rev: v10.0.1
hooks:
- id: cspell
language_version: 25.9.0
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[tool.compwa.policy]
package-manager = "none"
repo-name = ".github"
repo-title = "Public ComPWA GitHub profile"

[tool.compwa.policy.github]
no-cd = true
no-pypi = true

[tool.compwa.policy.repo]
keep-issue-templates = true

[tool.tomlsort]
all = false
ignore_case = true
Expand Down
Loading