Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 02a554e

Browse files
author
staticdev
committed
Remove black session from contributing
1 parent 4e5a7dc commit 02a554e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,15 @@ Your pull request needs to meet the following guidelines for acceptance:
107107

108108
Feel free to submit early, though—we can always iterate on this.
109109

110-
You can ensure that your changes adhere to the code style by reformatting with Black_:
110+
To run linting and code formatting checks before commiting your change, you can install pre-commit as a Git hook by running the following command:
111111

112112
.. code:: console
113113
114-
$ nox --session=black
114+
$ nox --session=pre-commit -- install
115115
116116
It is recommended to open an issue before starting work on anything.
117117
This will allow a chance to talk it over with the owners and validate your approach.
118118

119119
.. _pull request: https://github.com/staticdev/django-sorting-bootstrap/pulls
120-
.. _Black: https://black.readthedocs.io/
121120
.. github-only
122121
.. _Code of Conduct: CODE_OF_CONDUCT.rst

0 commit comments

Comments
 (0)