We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55266b commit 22b9212Copy full SHA for 22b9212
doc/changes/unreleased.md
@@ -10,3 +10,9 @@ and replaces them with `format:fix` and `format:check`.
10
## Feature
11
12
* #614: Replaced `path_filters` with `BaseConfig.add_to_excluded_python_paths` and `BaseConfig.excluded_python_paths`
13
+* #621: Moved path specifications into `BaseConfig`
14
+ * `root` is now `root_path`, which must be specified by the project
15
+ * `source` is now covered by `project_name`, which must be specified by the project,
16
+ and `source_code_path`, which uses `root_path` and `project_name`
17
+ * `doc` is now `documentation_path` and no longer needs to be specified
18
+ * `version_file` is now `version_filepath` and no longer needs to be specified
0 commit comments