From c131b8593dbb1d8b6c1ea191ad519cc57834e996 Mon Sep 17 00:00:00 2001 From: Ryan Cheley Date: Mon, 10 Jan 2022 18:44:13 -0800 Subject: [PATCH] chore: added pre-commit to test requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baa7f24..c646ecc 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_long_description(): toggl-to-sqlite=toggl_to_sqlite.cli:cli """, install_requires=["sqlite-utils>=2.4.4", "click", "requests", "requests_mock", "toml"], - extras_require={"test": ["pytest", "black", "isort", "coverage", "mypy", "cogapp"]}, + extras_require={"test": ["pytest", "black", "isort", "coverage", "mypy", "cogapp", "pre-commit"]}, tests_require=["toggl-to-sqlite[test]"], python_requires=">=3.6", classifiers=[