We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137b51f commit 7dfc066Copy full SHA for 7dfc066
README.rst
@@ -83,6 +83,15 @@ Now hack away! You can run the tests using::
83
export PSYCOPG_TEST_DSN="dbname=psycopg_test"
84
pytest
85
86
+The library includes some pre-commit hooks to check that the code is valid
87
+according to the project coding convention. Please make sure to install them
88
+by running::
89
+
90
+ pre-commit install
91
92
+This will allow to check lint errors before submitting merge requests, which
93
+will save you time and frustrations.
94
95
96
Cross-compiling
97
---------------
0 commit comments