Compare commits

..

No commits in common. "08f2bf7c5f212e4c8895510c047adba5e9f478d2" and "3bd32c28f8742071df08cb7e488205d421ec03dc" have entirely different histories.

4 changed files with 4 additions and 8 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 --break-system-packages
- pip install pre-commit
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. Except don't, see .gitlab-ci.yml
#default_language_version:
# python: pypy3
# Use pypy3 for the Python hooks
default_language_version:
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks

2
Gemfile vendored
View File

@ -4,5 +4,3 @@ 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,7 +23,6 @@ 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)
@ -268,7 +267,6 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
csv
github-pages
webrick