Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit b8d4986

Browse files
fix comment
1 parent e69547c commit b8d4986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ indent-width = 4
3636
target-version = "py312"
3737

3838
[lint]
39+
# https://docs.astral.sh/ruff/rules/
3940
select = [
4041
"ASYNC", # flake8-async - async checks
4142
"E", # pycodestyle - error rules
4243
"F", # pyflakes - general Python errors, undefined names
4344
"I", # isort - import sorting
44-
"PERF", # perflint - https://docs.astral.sh/ruff/rules/
45+
"PERF", # perflint - performance anti-pattern rules
4546
"PLC", # pylint - convention rules
4647
"PLE", # pylint - error rules
4748
"W", # pycodestyle - warning rules

0 commit comments

Comments
 (0)