Skip to content

Commit

Permalink
#116: mypy: Fix missing library stubs for python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryDiv committed Apr 30, 2024
1 parent 1dcfec6 commit 6ed2d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ testing =
coverage-conditional-plugin ~= 0.5
flake8 ~= 7.0
mypy ~= 1.9
types-python-dateutil
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ deps = flake8
commands = flake8 src/ tests/

[testenv:mypy,py{312,311,310,39,38}-mypy]
skip_install = true
deps = mypy
extras = testing
commands = mypy

[testenv:clean]
Expand Down

0 comments on commit 6ed2d4c

Please sign in to comment.