diff --git a/.config/copier/.copier-answers.python.yaml b/.config/copier/.copier-answers.python.yaml index f1853189..70462a5b 100644 --- a/.config/copier/.copier-answers.python.yaml +++ b/.config/copier/.copier-answers.python.yaml @@ -1,7 +1,7 @@ # This file is @generated by . # DO NOT EDIT! # prettier-ignore -_commit: v0.1.10 +_commit: v0.1.13 _src_path: gh:liblaf/copier-python answers_file_shared: .config/copier/.copier-answers.shared.yaml namespace: liblaf diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 4ef22845..343a8dc4 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,7 +1,7 @@ # This file is @generated by . # DO NOT EDIT! # prettier-ignore -_commit: v0.1.4 +_commit: v0.1.5 _src_path: gh:liblaf/copier-shared author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.config/direnv/10-python.sh b/.config/direnv/10-python.sh deleted file mode 100644 index 6ce3a6ce..00000000 --- a/.config/direnv/10-python.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# This file is @generated by . -# DO NOT EDIT! - -pushd "$(git rev-parse --show-toplevel)" > /dev/null || return 1 - -function has() { - type "$@" &> /dev/null -} - -if [[ -f 'pixi.lock' ]]; then - options=() - if [[ -t 2 ]]; then - options+=(--color=always) - fi - pixi='pixi' - if has pixi-wrapper.sh; then pixi='pixi-wrapper.sh'; fi - eval "$("$pixi" shell-hook "${options[@]}")" -fi - -if [[ -f 'uv.lock' ]]; then - uv_sync=(uv sync) - if has uv-sync.sh; then uv_sync=(uv-sync.sh); fi - "${uv_sync[@]}" - # shellcheck disable=SC1091 - source '.venv/bin/activate' -fi - -popd > /dev/null || return 1 diff --git a/.config/mise/conf.d/10-python.toml b/.config/mise/conf.d/10-python.toml new file mode 100644 index 00000000..41357287 --- /dev/null +++ b/.config/mise/conf.d/10-python.toml @@ -0,0 +1,6 @@ +#:schema https://mise.jdx.dev/schema/mise.json +# This file is @generated by . +# DO NOT EDIT! + +[hooks] +enter = "mise run install" diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index a06d13ed..8704a1ac 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -57,7 +57,7 @@ jobs: sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports' - if: steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main' name: Create PR with Applied Fixes - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore(mega-linter): apply linters automatic fixes" branch: mega-linter-fix/${{ github.ref_name }}