Compare commits
No commits in common. "ec5ed3cf1fce3f2372e418e4138b9b1b784f713e" and "9432164bc3c8dacc8118e6f51416ee24bc6b866b" have entirely different histories.
ec5ed3cf1f
...
9432164bc3
2 changed files with 3 additions and 7 deletions
|
|
@ -10,13 +10,13 @@ repos:
|
||||||
exclude: ^\.config/fcitx5/
|
exclude: ^\.config/fcitx5/
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.14.8
|
rev: v0.13.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [ --fix ]
|
args: [ --fix ]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.19.0
|
rev: v1.18.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
- repo: https://github.com/syntaqx/git-hooks
|
- repo: https://github.com/syntaqx/git-hooks
|
||||||
|
|
@ -29,6 +29,6 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
- repo: https://github.com/google/keep-sorted
|
- repo: https://github.com/google/keep-sorted
|
||||||
rev: v0.7.1
|
rev: v0.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: keep-sorted
|
- id: keep-sorted
|
||||||
|
|
|
||||||
4
.profile
4
.profile
|
|
@ -30,10 +30,6 @@ if [ -d "$HOME/.local/bin" ] ; then
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$(go env GOBIN)" ] ; then
|
|
||||||
PATH="$(go env GOBIN):$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install the git-sync script
|
# Install the git-sync script
|
||||||
if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then
|
if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then
|
||||||
PATH="$(systemd-path user-state-private)/git-sync:$PATH"
|
PATH="$(systemd-path user-state-private)/git-sync:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue