1 file changed
+1
-1
lines changed- .github/actions/handle-diff-file/action.yml+4-6
- .github/actions/just-jobs/action.yml+36
- .github/actions/mise-init/action.yml+31
- .github/actions/nox-sessions/action.yml-26
- .github/actions/setup-py/action.yml-24
- .github/workflows/build-container.yml+7-5
- .github/workflows/clippy.yml+5-16
- .github/workflows/freeze-for-pr.yml+5-10
- .github/workflows/lint-actions.yml+2-2
- .github/workflows/lint.yml+8-19
- .github/workflows/pr-docs.yml+6-11
- .github/workflows/publish.yml+4-9
- .github/workflows/py-test.yml+18-28
- .github/workflows/reformat.yml+5-16
- .github/workflows/release-docs.yml+4-9
- .github/workflows/rustfmt.yml+5-26
- .github/workflows/type-check.yml+8-18
- .github/workflows/update-licence.yml+4-9
- .github/workflows/verify-types.yml+8-19
- .gitignore+3
- Containerfile+3-5
- artifacts/README.md-1
- bot/__init__.py+1
- bot/config.py+2-68
- bot/main.py+3-2
- config/renovate.json+21-1
- justfile+5
- justfiles/bash_scripts/build_python.bash+43
- justfiles/bash_scripts/cargo_comand.bash+6-6
- justfiles/bash_scripts/check_diff_file.bash+42
- justfiles/bash_scripts/combine_coverage.bash+55
- justfiles/bash_scripts/ensure_artifacts_dir.bash+32
- justfiles/bash_scripts/format_markup.bash+55
- justfiles/bash_scripts/format_misc.bash+61
- justfiles/bash_scripts/format_python.bash+57
- justfiles/bash_scripts/freeze_python_locks.bash+6-6
- justfiles/bash_scripts/generate_docs.bash+37
- justfiles/bash_scripts/lint_markup.bash+77
- justfiles/bash_scripts/publish_python.bash+47
- justfiles/bash_scripts/run_ruff.bash+5-7
- justfiles/bash_scripts/save_diff.bash+54
- justfiles/bash_scripts/shared.bash+65
- justfiles/bash_scripts/slot_check.bash+36
- justfiles/bash_scripts/spell_check.bash+36
- justfiles/bash_scripts/test_python.bash+67
- justfiles/bash_scripts/type_check_python.bash+38
- justfiles/bash_scripts/verify_types.bash+37
- justfiles/global.just+105
- justfiles/mkdocs.just+5
- justfiles/py_scripts/__init__.py+1
- justfiles/py_scripts/cleanup.py+98
- justfiles/py_scripts/constants.py+40
- justfiles/py_scripts/just_call_by_groups.py+138
- justfiles/py_scripts/update_license.py+97
- justfiles/python-all.just+2
- justfiles/python-base.just+35
- justfiles/python-library.just+30
- justfiles/python-test.just+15
- justfiles/rust.just+19
- mise.toml+33
- pyproject.toml+4-49
- python/noxfile.py-502
- python/piped_shared/py.typed
- python/pyproject.toml-8
- renovate.json5
- uv.lock+142-1.1k
0 commit comments