Skip to content

Commit

Permalink
chore: types setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 21, 2023
1 parent c5001e6 commit c708d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"black>=23.9.1,<24", # auto-formatter and linter
"mypy>=1.5.1,<2", # Static type analyzer
"types-requests", # Needed due to mypy typeshed
"types-setuptools", # Needed due to mypy typeshed
"flake8>=6.1.0,<7", # Style linter
"isort>=5.10.1", # Import sorting linter
"mdformat>=0.7.17", # Auto-formatter for markdown
Expand Down

0 comments on commit c708d0a

Please sign in to comment.