Skip to content

Commit fddd12a

Browse files
committed
simplify python linting language
1 parent 7cd05f6 commit fddd12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

languages/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Our standard Python code checkers in all repositories include:
5353

5454
These tools should be used during development and are run automatically in Github Actions during CI. They are all included in the template repositories listed above, and have integrations for common code editors to allow automatic checking and reformatting during development.
5555

56-
The linters are usually run together with the `make lint` command in a project's Makefile, which runs `ruff check`, `ruff format`, and `mypy`. See the template repositories for examples.
56+
The linters are usually run together with the `make lint` command in a project's Makefile.
5757

5858
## Dependencies
5959

0 commit comments

Comments
 (0)