Skip to content

Commit

Permalink
Correct remaining flake8 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Mar 17, 2023
1 parent 8fcb073 commit c43d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and patterns in the existing code-base.

This project uses [`black`](https://github.com/psf/black) to format code,
[`isort`](https://github.com/timothycrosley/isort) to format imports,
and [`flake8`](https://gitlab.com/pycqa/flake8).
and [`ruff`](https://github.com/charliermarsh/ruff).

You can format code and imports by calling:

Expand Down

0 comments on commit c43d729

Please sign in to comment.