Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Contributing review #150

Merged
merged 1 commit into from
Aug 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,15 @@ Your pull request needs to meet the following guidelines for acceptance:

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

You can ensure that your changes adhere to the code style by reformatting with Black_:
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:

.. code:: console

$ nox --session=black
$ nox --session=pre-commit -- install

It is recommended to open an issue before starting work on anything.
This will allow a chance to talk it over with the owners and validate your approach.

.. _pull request: https://github.com/staticdev/toml-validator/pulls
.. _Black: https://black.readthedocs.io/
.. github-only
.. _Code of Conduct: CODE_OF_CONDUCT.rst