Compare commits

..

5 Commits

4 changed files with 8 additions and 4 deletions

View File

@ -38,7 +38,7 @@ gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler
- pip install pre-commit
- pip install pre-commit --break-system-packages
script:
- pre-commit run --all-files --show-diff-on-failure
variables:

View File

@ -11,9 +11,9 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Use pypy3 for the Python hooks
default_language_version:
python: pypy3
# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml
#default_language_version:
# python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks

2
Gemfile vendored
View File

@ -4,3 +4,5 @@ source "https://rubygems.org"
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
gem "csv"

2
Gemfile.lock generated
View File

@ -23,6 +23,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
csv (3.2.8)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
@ -267,6 +268,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
csv
github-pages
webrick