Skip to content

Commit

Permalink
mypy 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortimerp9 committed Dec 11, 2024
1 parent b4e1bcb commit 5fac3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: uvx mypy --install-types --non-interactive .
- run: uvx mypy --install-types --non-interactive --ignore-missing-imports .
tests:
runs-on: ubuntu-latest
needs: [lock_file]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ per-file-ignores = {"__init__.py"=["F401"]}
python_version = "3.8"
show_error_codes = true
check_untyped_defs = true
disable_error_code = "import-untyped"
ignore_missing_imports = true

files = ["sonar/"]

Expand Down

0 comments on commit 5fac3ba

Please sign in to comment.