Commit dd994ec
File tree
- .github/workflows
- .vscode
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
| 15 | + | |
7 | 16 | | |
8 | 17 | | |
9 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
10 | 28 | | |
11 | | - | |
| 29 | + | |
| 30 | + | |
Submodule utility-repo-scripts updated 35 files
- .gitattributes+3
- .github/copilot-instructions.md+68
- .github/pull_request_template.md+2-3
- .github/workflows/python.yml+8-4
- .gitignore+3
- .pre-commit-config.yaml+4-4
- .pylintrc-4
- .vscode/extensions.json-2
- README.md+79-28
- ensure_venv.sh+40-7
- poetry.lock+733-498
- pyproject.toml+13-13
- scripts/format.sh+1-11
- scripts/functions.sh+138-17
- setup+22-3
- setup_pre_commit_config.py+21-1
- setup_pyproject_toml.py+8
- setup_python_app.sh+153-44
- setup_vscode_settings.py+25-1
- src/constants/pylintrc.py-4
- src/process_flake8.py+1-1
- src/process_pre_commit_config.py+79-37
- src/process_prettier.py+15-9
- src/process_pylintrc.py+1-1
- src/process_pyproject_toml.py+57-45
- src/process_vscode_settings.py+66-17
- src/utils/ruamel/yaml.py+13-6
- tests/process_pre_commit_config/test_process_pre_commit_config.py+127
- tests/process_pyproject_toml/test_process_pyproject_toml.py+48-20
- tests/process_vscode_settings/existing_data/test_optional_feature_flags.py+41
- tests/process_vscode_settings/test_optional_feature_flags.py+38
- tests/test_ensure_venv_sh.py+150
- tests/test_functions_sh.py+402
- tests/test_process_prettier.py+49
- tests/test_setup_python_app_sh.py+504
0 commit comments