chore: sync tooling and doit commands with pyproject-template#5
Merged
Conversation
Tooling configuration: - Update ruff config to match template (100 char lines, template rules) - Add ANN, E501, N, B019, SIM108 to ignore list for existing code - Update pre-commit config with template hooks - Update mypy config to ignore doit.* imports Issue templates: - Replace .md templates with .yml format - Add chore, documentation, refactor templates - Add config.yml for issue chooser Doit tasks: - Add new tasks: adr, github (issue/pr/pr_merge), templates, template_clean - Add: completions, completions_install, release_pr, release_tag - Update all existing task files to match template - Add repo_settings.py to pyproject_template tools Other: - Fix settings.toml: github_repo 'bastproxy-py3' -> 'bastproxy' - Add .github/python-versions.json - Reformat code to match new line-length (100) Closes #2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
Sync project tooling with latest pyproject-template per AI sync checklist.
Changes
generate-doc-tocissue,pr,pr_merge,adr,completions,release_pr,release_taggithub_repofrombastproxy-py3tobastproxyNotes
See issue comments for details on:
Test plan
doit checkpassesdoit issuecommand worksCloses #2
🤖 Generated with Claude Code