Skip to content

Commit

Permalink
Only keep pre-commit in lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Dec 5, 2023
1 parent 8e0d5e1 commit e4558d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
EXTRAS_REQUIRE = {
"tests": ["pytest", "pytz", "simplejson"],
"lint": [
"mypy==1.7.1",
"flake8==6.1.0",
"flake8-bugbear==23.12.2",
"pre-commit>=2.4,<4.0",
],
"docs": [
Expand Down

0 comments on commit e4558d9

Please sign in to comment.