We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1dcbb commit 50c4481Copy full SHA for 50c4481
1 file changed
setup.py
@@ -762,6 +762,11 @@ def read_file_contents(path):
762
additional_packages=plugin_additional_packages,
763
ignored_packages=plugin_ignored_packages,
764
additional_data=plugin_additional_data,
765
+ extra_requires={
766
+ "develop": [ # pre-commit
767
+ "pre-commit",
768
+ ]
769
+ },
770
)
771
772
setup_parameters["long_description"] = read_file_contents(os.path.join(here, "README.md"))
0 commit comments