Fix ruff's pyproject.toml section name in README.md (#148)

This commit is contained in:
Jakub Kuczys 2022-09-11 16:18:19 +02:00 committed by GitHub
parent 8698c06c36
commit 989ed9c10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ git clone --branch 3.10 https://github.com/python/cpython.git resources/test/cpy
Add this `pyproject.toml` to the CPython directory:
```toml
[tool.linter]
[tool.ruff]
line-length = 88
exclude = [
"Lib/lib2to3/tests/data/bom.py",