File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
content/contributing/process Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,9 @@ with each `git` commit, run `pre-commit install`.
103103
104104Included 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
You can’t perform that action at this time.
0 commit comments