Skip to content

Commit 45766c4

Browse files
committed
fix: Update now that we have confirmation on ruff's design choice
1 parent 3543967 commit 45766c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3389-manifest-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Python
317317
- [pylint](https://github.com/PyCQA/pylint/blob/main/examples/pylintrc#L402)
318318
- Format is `level = [lint, ...]` but the [config file is a reflection of the CLI](https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html)
319319
- [ruff](https://beta.ruff.rs/docs/configuration/)
320-
- Format is `level = [lint, ...]`, likely due to past precedence in ecosystem (see above)
320+
- Format is `level = [lint, ...]`, due to past precedence in ecosystem (see above)
321321

322322
Javascript
323323
- [eslint](https://eslint.org/docs/latest/use/configure/rules)

0 commit comments

Comments
 (0)