Add developer utilities for easier development#66
Merged
pablo-schmeiser merged 2 commits intoHaDiNet:masterfrom Mar 15, 2026
Merged
Add developer utilities for easier development#66pablo-schmeiser merged 2 commits intoHaDiNet:masterfrom
pablo-schmeiser merged 2 commits intoHaDiNet:masterfrom
Conversation
hd1ex
requested changes
Mar 14, 2026
Collaborator
hd1ex
left a comment
There was a problem hiding this comment.
Very useful changes!
Can you reword your commits to the standard imperative scheme?
Merged
f9b6361 to
c2cd72e
Compare
Collaborator
|
Please fix up the changes to the appropriate commits. I will merge these commits as is in the main branch. It is important that they are complete on their own. Nothing a quick |
c2cd72e to
c73806a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements focused on project configuration, code quality, and developer tooling. The main changes include adding and configuring pre-commit hooks, setting up formatting and linting rules for YAML and Markdown, enhancing the
pyproject.tomlmetadata and dependency groups, and updating the Renovate configuration for automated dependency management.Developer tooling and code quality:
.pre-commit-config.yamlwith multiple hooks for code formatting, linting, security, and typo checking to improve code quality and consistency..prettierrc.ymlfor consistent code formatting, including support for Django templates and file-specific overrides..yaml-lint.ymlto enforce YAML style rules, such as line length warnings.markdown-lint.ymlto enforce Markdown style and formatting rules.Project metadata and dependencies:
pyproject.tomlby adding license info, keywords, classifiers, and splitting optional dependencies intodev,tests, anddocsgroups. Also enhanced project URLs for better discoverability.Automated dependency management:
renovate.jsonto include a detailed description, timezone, schedule, and custom grouping and automerge rules for different dependency types and improved labeling, optimizing dependency update workflows.Ownership:
@pablo-schmeiserto the.github/CODEOWNERSfile.