diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..b4bf378 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "groupName": "all", + "semanticCommits": "disabled", + "separateMajorMinor": false, + "suppressNotifications": [ + "prEditedNotification" + ], + "pre-commit": { + "enabled": true + } +} diff --git a/.github/workflows/typecheck.yaml b/.github/workflows/typecheck.yaml index 9bfb3c6..7073996 100644 --- a/.github/workflows/typecheck.yaml +++ b/.github/workflows/typecheck.yaml @@ -31,10 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # - uses: actions/setup-python@v4 - # with: - # python-version: "3.8" - # cache: pip - # cache-dependency-path: "**/requirements*.txt" - # - run: pip install -r requirements.txt + # - uses: actions/setup-python@v4 + # with: + # python-version: "3.8" + # cache: pip + # cache-dependency-path: "**/requirements*.txt" + # - run: pip install -r requirements.txt - uses: jakebailey/pyright-action@v1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e099a09..dbc844e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,9 @@ repos: rev: v2.13.0 hooks: # Moves entire sections, I don't like that >:( + # https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/231 # - id: pretty-format-toml - # args: [--autofix] + # args: [--autofix, --trailing-commas, --inline-comment-spaces, "1", --no-sort] - id: pretty-format-yaml args: [--autofix, --indent, "2", --offset, "2", --preserve-quotes, --line-width, "100"] - id: pretty-format-ini @@ -38,7 +39,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/add-trailing-comma - rev: v3.1.0 # Must match .pre-commit-config.yaml + rev: v3.1.0 # Must match requirements-dev.txt hooks: - id: add-trailing-comma - repo: https://github.com/RobertCraigie/pyright-python diff --git a/Dolphin scripts/requirements-dev.txt b/Dolphin scripts/requirements-dev.txt index ec6e9d8..067b7be 100644 --- a/Dolphin scripts/requirements-dev.txt +++ b/Dolphin scripts/requirements-dev.txt @@ -2,3 +2,4 @@ add-trailing-comma>=3.1.0 # Must match .pre-commit-config.yaml autopep8>=2.1.1 # Must match .pre-commit-config.yaml pre-commit ruff>=0.4.5 # Must match .pre-commit-config.yaml +typing_extensions diff --git a/README.md b/README.md index 7a82df5..01dd077 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Free Look: Watch and modify useful memory regions. Basically practice tools. -- [Dolphin Memory Engine (DME) Releases]() +- [Dolphin Memory Engine (DME) Releases](https://github.com/aldelaro5/Dolphin-memory-engine/releases) - [Tables / Dolphin Memory Watches (DMW)](/Dolphin%20Memory%20Watches%20(DMW)) - [Action Replay / Gecko Codes](/Dolphin%20Memory%20Watches%20(DMW)/README.md#action-replay--gecko-codes)