Skip to content

Commit 88ed08d

Browse files
authored
build: enable ruff mccabe rule (#149)
1 parent 5483f8a commit 88ed08d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ lint.extend-select = [
167167
"A", # flake8-builtins
168168
"B", # flake8-bugbear
169169
"C4", # flake8-comprehensions
170+
"C90", # mccabe
170171
"D", # pydocstyle
171172
"FURB", # refurb
172173
"G", # flake8-logging-format

0 commit comments

Comments
 (0)