Compare commits

...

5 Commits

Author SHA1 Message Date
1a6d00e7f1
.pre-commit-config.yaml: add check-pre-commit-ci-config 2023-09-24 12:10:32 +03:00
3947fbf5a1
.pre-commit-config.yaml: set python to 3.10
which is also hopefully supported by the ci
2023-09-24 12:09:42 +03:00
3aca2582da
bundle update 2023-09-24 11:45:39 +03:00
97f7b59c0a
.pre-commit-config.yaml: use pypy3 for Python
This is mainly to check whether pre-commit.ci dies.
2023-09-24 11:44:29 +03:00
fc8ebaac7c
n/obtainium.txt: throw in F-Droid Basic 2023-09-21 18:42:52 +03:00
3 changed files with 13 additions and 2 deletions

View File

@ -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
View File

@ -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)

View File

@ -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