From 07da9bd3ce5350889099558f30b8a38558d1b91a Mon Sep 17 00:00:00 2001 From: Jakub Andrysek Date: Wed, 3 Apr 2024 01:29:27 +0200 Subject: [PATCH] Add pre-commit package to setup.py --- .idea/workspace.xml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7036b79d..a37e08bd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -633,4 +633,4 @@ - \ No newline at end of file + diff --git a/setup.py b/setup.py index d8b3353b..4e8dc004 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ def requirements(): "path~=16.7.1", "isort~=5.12.0", "pytest~=6.2.5", + "pre-commit~=3.7.0", ], }, classifiers=[