Compare commits

..

6 Commits

8 changed files with 23 additions and 12 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,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

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

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

View File

@ -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": {

View File

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