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