Skip to content

Commit

Permalink
Update mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Dec 7, 2023
1 parent 4f6a793 commit 9a00810
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
65 changes: 35 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ netmiko = "^4.0.0"

[tool.poetry.dev-dependencies]
black = "23.11.0"
mypy = "0.942"
mypy = "1.7.1"
pylama = "8.4.1"
pytest = "7.1.1"

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filterwarnings =

[mypy]
# The mypy configurations: http://bit.ly/2zEl9WI
python_version = 3.6
python_version = 3.8
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_calls = True
Expand Down

0 comments on commit 9a00810

Please sign in to comment.