Skip to content

Commit 754867e

Browse files
authored
Replace references to black, pyupgrade, isort, flake8 docs with Ruff (#701)
1 parent e7583ef commit 754867e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

content/contributing/process/contents.lr

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,9 @@ with each `git` commit, run `pre-commit install`.
103103

104104
Included Pre-commit checks:
105105

106-
- [Black](https://black.readthedocs.io/en/stable/index.html) ensures
107-
uniform code formatting
106+
- [Ruff](https://docs.astral.sh/ruff/) linting and code formatting
108107
- [docformatter](https://docformatter.readthedocs.io/en/latest/) ensures
109108
uniform formatting for docstrings and comments
110-
- [pyupgrade](https://github.com/asottile/pyupgrade) ensures code is
111-
using the latest best practices for Python
112-
- [isort](https://pycqa.github.io/isort/) ensures uniform `import`
113-
statements
114-
- [flake8](https://flake8.pycqa.org/en/latest/) checks for common coding
115-
and syntax issues
116109
- Misc checks that validate structured documents such as TOML files and
117110
remove unnecessary whitespace
118111

0 commit comments

Comments
 (0)