Skip to content
Merged
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
14 changes: 14 additions & 0 deletions .github/label-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,18 @@ security:
- any-glob-to-any-file:
- "SECURITY-*.md"
- ".github/workflows/harden.yml"

# info (.github) specific labels
projects:
- changed-files:
- any-glob-to-any-file:
- "projects.md"
strategy:
- changed-files:
- any-glob-to-any-file:
- "strategy/**"
styleguide:
- changed-files:
- any-glob-to-any-file:
- "styleguide/**"
...
13 changes: 9 additions & 4 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ Unified logging library for CLI and production application.

## B

Library to create checkers/linters
Opinionated linter checking best Python practices

## C

Opinionated linter checking best Python practices
Opinionated linter checking best documentation practices

## D

Opinionated linter checking best documentation practices
Opinionated linter checking best GitHub Actions practices

## E

Opinionated linter checking best GitHub Actions practices
Library to create checkers/linters

## F

Expand Down Expand Up @@ -195,3 +195,8 @@ OSV-Scanner management tool reading `pyproject.toml` and excluding
vulnerabilities (if dev dependencies only) automatically.

Exception management which automates it and allows for scripting.

## W

Pyproject.toml separator which allows to hook different systems
(e.g. `pre-commit`) on sub-file changes.