Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.python.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is @generated by <https://github.com/liblaf/copier-python>.
# 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
Expand Down
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.shared.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is @generated by <https://github.com/liblaf/copier-shared>.
# 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
Expand Down
29 changes: 0 additions & 29 deletions .config/direnv/10-python.sh

This file was deleted.

6 changes: 6 additions & 0 deletions .config/mise/conf.d/10-python.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#:schema https://mise.jdx.dev/schema/mise.json
# This file is @generated by <https://github.com/liblaf/copier-python>.
# DO NOT EDIT!

[hooks]
enter = "mise run install"
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading