Skip to content

Commit

Permalink
Roll to newer Python version in mypy section of setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 7, 2024
1 parent 3776003 commit 49d49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addopts = -rs

[mypy]
# The mypy configurations: http://bit.ly/2zEl9WI
python_version = 3.6
python_version = 3.9
exclude = (netmiko/_telnetlib)
check_untyped_defs = True
disallow_any_generics = True
Expand Down

0 comments on commit 49d49d3

Please sign in to comment.