Skip to content

Commit d1c5444

Browse files
committed
Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.
1 parent 779219c commit d1c5444

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[lint]
2+
select = [
3+
"C901",
4+
"W",
5+
]
26
ignore = [
37
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
48
"W191",

0 commit comments

Comments
 (0)