Skip to content

Commit

Permalink
adding ruff to the pre-commit in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhirwa committed Apr 19, 2024
1 parent 7effc39 commit 4b299d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Preparing Pull Requests
whenever you commit.

Now you have an environment called ``bitinfo`` that you can work in.
Youll need to make sure to activate that environment next time you want
You'll need to make sure to activate that environment next time you want
to use it after closing the terminal or your system.

You can now edit your local working copy and run/add tests as necessary.
Expand All @@ -117,9 +117,7 @@ Preparing Pull Requests

``pre-commit`` also runs::

* `mypy <http://mypy-lang.org/>`_ for static type checking on
`type hints <https://docs.python.org/3/library/typing.html>`_.
* `isort <https://pycqa.github.io/isort/>`_ sorting imports
* `ruff <https://docs.astral.sh/ruff/>`_ code formatter.
* `black <https://black.readthedocs.io/en/stable/>`_ code formatting
* `flake8 <https://flake8.pycqa.org/en/latest/>`_ code linting
..
Expand Down

0 comments on commit 4b299d7

Please sign in to comment.