diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d95dab8..1834f6d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,8 @@ jobs: echo '{ "exclude": [ "src/env/**" - ] + ], + "typeCheckingMode": "basic" }' > pyrightconfig.json - name: Run type check diff --git a/pyrightconfig.json b/pyrightconfig.json deleted file mode 100644 index 9c2d55a..0000000 --- a/pyrightconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "typeCheckingMode": "basic" -} \ No newline at end of file