Skip to content

Commit

Permalink
chore: add missing upgrades (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jan 24, 2022
1 parent 9be755c commit 9010764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"lint": [
"black>=21.10b0,<22.0", # auto-formatter and linter
"mypy>=0.800,<1.0", # Static type analyzer
"flake8>=3.8.3,<4.0", # Style linter
"mypy>=0.910,<1.0", # Static type analyzer
"flake8>=3.9.2,<4.0", # Style linter
"isort>=5.9.3,<6.0", # Import sorting linter
],
"doc": [
Expand Down

0 comments on commit 9010764

Please sign in to comment.