We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mypy
main
1 parent 5c4f9a1 commit 3d67b69Copy full SHA for 3d67b69
.github/dependabot.yml
@@ -13,7 +13,7 @@ updates:
13
- "version-update:semver-minor"
14
- "version-update:semver-patch"
15
- package-ecosystem: "pip"
16
- directory: "/Tools/clinic/"
+ directory: "/Tools/"
17
schedule:
18
interval: "monthly"
19
labels:
.github/workflows/mypy.yml
@@ -34,6 +34,6 @@ jobs:
34
with:
35
python-version: "3.x"
36
cache: pip
37
- cache-dependency-path: Tools/clinic/requirements-dev.txt
38
- - run: pip install -r Tools/clinic/requirements-dev.txt
+ cache-dependency-path: Tools/requirements-dev.txt
+ - run: pip install -r Tools/requirements-dev.txt
39
- run: mypy --config-file Tools/clinic/mypy.ini
Tools/clinic/requirements-dev.txt renamed to Tools/requirements-dev.txt
0 commit comments