mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-20 03:47:26 +02:00
Compare commits
5 Commits
f7659a631c
...
1a6d00e7f1
Author | SHA1 | Date | |
---|---|---|---|
1a6d00e7f1 | |||
3947fbf5a1 | |||
3aca2582da | |||
97f7b59c0a | |||
fc8ebaac7c |
@ -11,6 +11,11 @@ ci:
|
|||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
|
|
||||||
|
# At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta
|
||||||
|
# ships with
|
||||||
|
default_language_version:
|
||||||
|
python: python3.10
|
||||||
|
|
||||||
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
|
||||||
@ -27,6 +32,11 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude_types: [markdown]
|
exclude_types: [markdown]
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||||
|
rev: v1.6.1
|
||||||
|
hooks:
|
||||||
|
- id: check-pre-commit-ci-config
|
||||||
|
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
|
4
Gemfile.lock
generated
4
Gemfile.lock
generated
@ -24,13 +24,13 @@ GEM
|
|||||||
ethon (0.16.0)
|
ethon (0.16.0)
|
||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.9.0)
|
execjs (2.9.1)
|
||||||
faraday (2.7.11)
|
faraday (2.7.11)
|
||||||
base64
|
base64
|
||||||
faraday-net_http (>= 2.0, < 3.1)
|
faraday-net_http (>= 2.0, < 3.1)
|
||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
faraday-net_http (3.0.2)
|
faraday-net_http (3.0.2)
|
||||||
ffi (1.15.5)
|
ffi (1.16.0)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.1)
|
gemoji (3.0.1)
|
||||||
github-pages (228)
|
github-pages (228)
|
||||||
|
@ -38,6 +38,7 @@ https://github.com/svenjacobs/leon
|
|||||||
https://github.com/michaeltroger/greenpass-android
|
https://github.com/michaeltroger/greenpass-android
|
||||||
https://github.com/krille-chan/fluffychat
|
https://github.com/krille-chan/fluffychat
|
||||||
https://f-droid.org/packages/org.fdroid.fdroid
|
https://f-droid.org/packages/org.fdroid.fdroid
|
||||||
|
https://f-droid.org/packages/org.fdroid.basic
|
||||||
https://github.com/vector-im/element-android
|
https://github.com/vector-im/element-android
|
||||||
https://github.com/Telegram-FOSS-Team/Telegram-FOSS
|
https://github.com/Telegram-FOSS-Team/Telegram-FOSS
|
||||||
https://store.steampowered.com
|
https://store.steampowered.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user