You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ For documentation, we adopt the [Google Style Guide](https://sphinxcontrib-napol
57
57
We use the following tools for maintaining code quality:
58
58
59
59
-[pre-commit](https://pre-commit.com/): Runs a list of formatters and linters over the codebase.
60
-
-[black](https://black.readthedocs.io/en/stable/): The uncompromising code formatter.
61
-
-[flake8](https://flake8.pycqa.org/en/latest/): A wrapper around PyFlakes, pycodestyle, and McCabe complexity checker.
60
+
-[ruff](https://github.com/astral-sh/ruff): An extremely fast Python linter and code formatter, written in Rust.
62
61
63
62
Please check [here](https://pre-commit.com/#install) for instructions to set these up. To run over the entire repository, please execute the following command in the terminal:
0 commit comments