Skip to content

Commit 98ef73d

Browse files
Fixed Code Style paragraph still referring to flake8 (#309)
Co-authored-by: Chris Sewell <[email protected]>
1 parent 4f2e5f2 commit 98ef73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Details of the port can be found in the `markdown_it/port.yaml` and in `port.yam
1616

1717
## Code Style
1818

19-
Code style is tested using [flake8](http://flake8.pycqa.org), with the configuration set in `.flake8`, and code formatted with [black](https://github.com/ambv/black).
19+
Code style is tested using [ruff](https://github.com/astral-sh/ruff), with the configuration set in `pyproject.toml`, and code formatted with [black](https://github.com/ambv/black).
2020

2121
Installing with `markdown-it-py[code_style]` makes the [pre-commit](https://pre-commit.com/) package available, which will ensure this style is met before commits are submitted, by reformatting the code and testing for lint errors.
2222
It can be setup by:

0 commit comments

Comments
 (0)