-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/614 move path filters to base config #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ArBridgeman
merged 20 commits into
main
from
feature/613_move_path_filters_to_BaseConfig
Nov 27, 2025
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
252b606
Add addition_to_excluded_paths and excluded_paths to BaseConfig
ArBridgeman 380f335
Move PTB Config to using BaseConfig for excluded_paths
ArBridgeman 0f92db1
Fix title to right capitalization
ArBridgeman 097b817
Fix test to use BaseConfig provided values instead
ArBridgeman a0215d9
Make names more explicit as just for python files
ArBridgeman 2707e6f
Rename python_files to get_filtered_python_files
ArBridgeman d2875ba
Rename fixture to match more closely to attribute name
ArBridgeman 979e429
Add directory found in other PTB projects
ArBridgeman 773dc0c
Alphabetize paths so less messy
ArBridgeman 8580998
Add test for test_excluded_python_paths and update description
ArBridgeman 1126324
Update cookiecutter template as now in BaseConfig
ArBridgeman 2630022
Add blurb in documentation for
ArBridgeman 54bba16
Add changelog entry
ArBridgeman 557b764
Add type hint ignore
ArBridgeman f479d71
Remove empty test file
ArBridgeman 838037f
Fix old reference in migrating.rst
ArBridgeman 559950c
Fix changelog entry to sub-issue #614
ArBridgeman 5c5afc5
Skip get_poetry.py as not maintained by us, but added for convenience
ArBridgeman eec672c
Add tests for lint:security, lint:typing, lint:code
ArBridgeman 34f39f1
Merge branch 'main' into feature/613_move_path_filters_to_BaseConfig
ArBridgeman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| # Unreleased | ||
|
|
||
| This major release removes `project:fix` and `project:format` | ||
| and replaces them with `format:fix` and `format:check`. | ||
|
|
||
| ## Refactoring | ||
|
|
||
| * #606: Renamed nox session `project:fix` more aptly to `format:fix` and `project:format` to `format:check` | ||
|
|
||
| ## Feature | ||
|
|
||
| * #614: Replaced `path_filters` with `BaseConfig.add_to_excluded_python_paths` and `BaseConfig.excluded_python_paths` |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.