Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update to primary components #211

Merged
merged 12 commits into from
Jan 28, 2025
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
repos:
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/seisollc/goat
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
rev: fe860bc86f8279a75a172693f8a6377148256ba6 # frozen: v2024.09.04
rev: 08d04d273cf7b18acd882820c866766d5ecb3c22 # frozen: v2024.10.01
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
hooks:
- id: seiso-lint
ChiefHolland marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN pip install pipenv \
textlint-rule-terminology \
cspell \
jscpd \
markdown-link-check \
markdown-link-check@3.13.4 \
&& git clone https://github.com/pyenv/pyenv.git --depth=1 "${PYENV_ROOT}" \
&& echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.profile \
&& echo 'eval "$(pyenv init -)"' >> ~/.profile \
Expand Down
Loading
Loading