diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5b6fff..2d32394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: exclude: ^\.config/fcitx5/ - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.13.1 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.18.2 hooks: - id: mypy - repo: https://github.com/syntaqx/git-hooks @@ -29,6 +29,6 @@ repos: hooks: - id: detect-secrets - repo: https://github.com/google/keep-sorted - rev: v0.7.1 + rev: v0.6.0 hooks: - id: keep-sorted diff --git a/.profile b/.profile index 1e7ee3e..c1e9129 100644 --- a/.profile +++ b/.profile @@ -30,10 +30,6 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi -if [ -d "$(go env GOBIN)" ] ; then - PATH="$(go env GOBIN):$PATH" -fi - # Install the git-sync script if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then PATH="$(systemd-path user-state-private)/git-sync:$PATH"