Skip to content

Commit

Permalink
update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarski0 committed Apr 15, 2024
1 parent 4e065f5 commit bea87b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry run flake8 catalyst_sdwan_lab
poetry run isort --check --diff --profile black catalyst_sdwan_lab
poetry run black --check catalyst_sdwan_lab
poetry run mypy --install-types catalyst_sdwan_lab
poetry run mypy catalyst_sdwan_lab
test:
name: Tests
Expand All @@ -39,7 +39,6 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[mypy]
# The mypy configurations: http://bit.ly/2zEl9WI
python_version = 3.6
python_version = 3.11
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_calls = True
Expand Down

0 comments on commit bea87b3

Please sign in to comment.