Skip to content

Commit

Permalink
Use pre-commit~=2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 16, 2020
1 parent b5c08f0 commit 030596b
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 @@ -13,7 +13,7 @@
"lint": [
"flake8==3.8.1",
'flake8-bugbear==20.1.4; python_version >= "3.5"',
"pre-commit>=1.20,<3.0",
"pre-commit~=2.4",
],
}
EXTRAS_REQUIRE["tests"] = EXTRAS_REQUIRE["sqlalchemy"] + ["pytest", "mock"]
Expand Down

0 comments on commit 030596b

Please sign in to comment.