mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-25 09:59:23 +01:00
the usual pre-commit & bundle update
This commit is contained in:
parent
756afb62f1
commit
16ba9d6021
@ -1,24 +1,30 @@
|
|||||||
# Remember to run `pre-commit install` at least once!
|
|
||||||
# Manual test run: `pre-commit run --all-files`
|
|
||||||
# Update? `pre-commit autoupdate`
|
|
||||||
#
|
|
||||||
# See https://pre-commit.com for more information
|
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-case-conflict
|
- id: check-added-large-files
|
||||||
- id: check-executables-have-shebangs
|
- id: check-case-conflict
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-executables-have-shebangs
|
||||||
- id: destroyed-symlinks
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: detect-private-key
|
- id: destroyed-symlinks
|
||||||
- id: fix-byte-order-marker
|
- id: detect-private-key
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- id: fix-byte-order-marker
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.21.0
|
rev: 0.21.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-actions
|
- id: check-github-actions
|
||||||
- id: check-github-workflows
|
- id: check-github-workflows
|
||||||
- id: check-gitlab-ci
|
- id: check-gitlab-ci
|
||||||
|
# TODO
|
||||||
|
# - repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
|
# rev: "v3.0.0-alpha.6"
|
||||||
|
# hooks:
|
||||||
|
# - id: prettier
|
||||||
|
# - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
# rev: "2.7.1"
|
||||||
|
# hooks:
|
||||||
|
# - id: editorconfig-checker
|
||||||
|
# alias: ec
|
||||||
|
4
Gemfile.lock
generated
4
Gemfile.lock
generated
@ -14,7 +14,7 @@ GEM
|
|||||||
coffee-script-source (1.11.1)
|
coffee-script-source (1.11.1)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
commonmarker (0.23.8)
|
commonmarker (0.23.8)
|
||||||
concurrent-ruby (1.2.0)
|
concurrent-ruby (1.2.2)
|
||||||
dnsruby (1.61.9)
|
dnsruby (1.61.9)
|
||||||
simpleidn (~> 0.1)
|
simpleidn (~> 0.1)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
@ -209,7 +209,7 @@ GEM
|
|||||||
jekyll (>= 3.5, < 5.0)
|
jekyll (>= 3.5, < 5.0)
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.17.0)
|
minitest (5.18.0)
|
||||||
nokogiri (1.14.2-x86_64-linux)
|
nokogiri (1.14.2-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user