Compare commits

..

No commits in common. "a4660c5c4d223eb95d5064e6018b0f6040e7b529" and "6df24965dc6ff0f679089e67d7c832ce1f7c0d83" have entirely different histories.

8 changed files with 12 additions and 23 deletions

View File

@ -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,10 +41,9 @@ 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:
[--autofix, --no-ensure-ascii, --no-sort-keys] [--fix=auto]
#- 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
@ -69,7 +68,6 @@ 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

@ -1 +1 @@
Subproject commit 2a9f57837be099c5401f902b2a334f90fbdd059d Subproject commit 6934136b311d58cf30c1e85a38907c964f2042d1

@ -1 +1 @@
Subproject commit 8109684e529b9360f0e426f614233d81056bd83a Subproject commit 12ba161d74ce169336560509f3fe943741a19834

View File

@ -4,19 +4,9 @@
"server": "fi.pirateirc.net", "server": "fi.pirateirc.net",
"discordToken": "CENSORED", "discordToken": "CENSORED",
"autoSendCommands": [ "autoSendCommands": [
[ ["NICKSERV", "IDENTIFY D6 CENSORED"],
"NICKSERV", ["NICKSERV", "REGAIN D6 CENSORED"],
"IDENTIFY D6 CENSORED" ["MODE", "D6", "-i"]
],
[
"NICKSERV",
"REGAIN D6 CENSORED"
],
[
"MODE",
"D6",
"-i"
]
], ],
"webhooks": {}, "webhooks": {},
"channelMapping": { "channelMapping": {

View File

@ -21,6 +21,7 @@
"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 d01ae7bf852c12e7039f889dcd0ac76fd2f5d9af Subproject commit d970278eb14cc859b1e4911e9c4336e4ca50d6b8

@ -1 +1 @@
Subproject commit 0d5cbd8038fcc4bdaccc1bdba6133bcb3fb8288d Subproject commit 727f194916827c85826e1b283bac573ad0401666

@ -1 +1 @@
Subproject commit b6ecd1b173dea0d8d8140244a9b907068793731f Subproject commit c314a3c7d5d6691270bc89c31bfcace0685d47c9