mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-20 21:37:22 +02:00
Compare commits
No commits in common. "a4660c5c4d223eb95d5064e6018b0f6040e7b529" and "6df24965dc6ff0f679089e67d7c832ce1f7c0d83" have entirely different histories.
a4660c5c4d
...
6df24965dc
@ -33,7 +33,7 @@ repos:
|
||||
exclude_types:
|
||||
[svg, tsv]
|
||||
#- id: check-docstring-first
|
||||
- id: check-json
|
||||
#- id: check-json
|
||||
- id: check-merge-conflict
|
||||
- id: check-toml
|
||||
- id: check-xml
|
||||
@ -41,10 +41,9 @@ repos:
|
||||
#- id: fix-encoding-pragma
|
||||
#args: [--remove]
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=auto]
|
||||
- id: pretty-format-json
|
||||
args:
|
||||
[--autofix, --no-ensure-ascii, --no-sort-keys]
|
||||
[--fix=auto]
|
||||
#- id: pretty-format-json
|
||||
#- id: requirements-txt-fixer
|
||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||
rev: v1.6.1
|
||||
@ -69,7 +68,6 @@ repos:
|
||||
rev: "v3.0.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
exclude_types: [json]
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.0.3",
|
||||
|
2
food
2
food
@ -1 +1 @@
|
||||
Subproject commit 2a9f57837be099c5401f902b2a334f90fbdd059d
|
||||
Subproject commit 6934136b311d58cf30c1e85a38907c964f2042d1
|
@ -1 +1 @@
|
||||
Subproject commit 8109684e529b9360f0e426f614233d81056bd83a
|
||||
Subproject commit 12ba161d74ce169336560509f3fe943741a19834
|
@ -4,19 +4,9 @@
|
||||
"server": "fi.pirateirc.net",
|
||||
"discordToken": "CENSORED",
|
||||
"autoSendCommands": [
|
||||
[
|
||||
"NICKSERV",
|
||||
"IDENTIFY D6 CENSORED"
|
||||
],
|
||||
[
|
||||
"NICKSERV",
|
||||
"REGAIN D6 CENSORED"
|
||||
],
|
||||
[
|
||||
"MODE",
|
||||
"D6",
|
||||
"-i"
|
||||
]
|
||||
["NICKSERV", "IDENTIFY D6 CENSORED"],
|
||||
["NICKSERV", "REGAIN D6 CENSORED"],
|
||||
["MODE", "D6", "-i"]
|
||||
],
|
||||
"webhooks": {},
|
||||
"channelMapping": {
|
||||
|
@ -21,6 +21,7 @@
|
||||
"feature_custom_themes": "labs",
|
||||
"feature_pinning": "enable",
|
||||
"feature_state_counters": "labs",
|
||||
"feature_mjolnir": "labs",
|
||||
"feature_bridge_state": "enable",
|
||||
"feature_exploring_public_spaces": "enable"
|
||||
},
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d01ae7bf852c12e7039f889dcd0ac76fd2f5d9af
|
||||
Subproject commit d970278eb14cc859b1e4911e9c4336e4ca50d6b8
|
@ -1 +1 @@
|
||||
Subproject commit 0d5cbd8038fcc4bdaccc1bdba6133bcb3fb8288d
|
||||
Subproject commit 727f194916827c85826e1b283bac573ad0401666
|
@ -1 +1 @@
|
||||
Subproject commit b6ecd1b173dea0d8d8140244a9b907068793731f
|
||||
Subproject commit c314a3c7d5d6691270bc89c31bfcace0685d47c9
|
Loading…
x
Reference in New Issue
Block a user