diff options
-rw-r--r-- | .github/dependabot.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mypy.yml | 4 | ||||
-rw-r--r-- | Tools/requirements-dev.txt (renamed from Tools/clinic/requirements-dev.txt) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f026b0f..c8a3165 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: - "version-update:semver-minor" - "version-update:semver-patch" - package-ecosystem: "pip" - directory: "/Tools/clinic/" + directory: "/Tools/" schedule: interval: "monthly" labels: diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index f089a0b..67a4af2 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -34,6 +34,6 @@ jobs: with: python-version: "3.x" cache: pip - cache-dependency-path: Tools/clinic/requirements-dev.txt - - run: pip install -r Tools/clinic/requirements-dev.txt + cache-dependency-path: Tools/requirements-dev.txt + - run: pip install -r Tools/requirements-dev.txt - run: mypy --config-file Tools/clinic/mypy.ini diff --git a/Tools/clinic/requirements-dev.txt b/Tools/requirements-dev.txt index 79ef43a..79ef43a 100644 --- a/Tools/clinic/requirements-dev.txt +++ b/Tools/requirements-dev.txt |