Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 15, 2023
1 parent 74ee502 commit 8a7e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EXTRAS_REQUIRE = {
"django": DJANGO_REQUIRES,
"tests": ["pytest"] + DJANGO_REQUIRES,
"lint": ["flake8==6.1.0", "flake8-bugbear==23.11.28", "mypy==0.910", "pre-commit~=2.4"],
"lint": ["flake8==6.1.0", "flake8-bugbear==23.11.28", "mypy==0.910", "pre-commit~=3.6"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
PYTHON_REQUIRES = ">=3.8"
Expand Down

0 comments on commit 8a7e0bc

Please sign in to comment.