Skip to content

Commit ebb811b

Browse files
committed
Fix lint
1 parent d9f67ab commit ebb811b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ lint.per-file-ignores = { "pipenv/cli/command.py" = [
170170
"B015",
171171
] }
172172
lint.mccabe.max-complexity = 44
173-
lint.pylint.allowed-redefined-builtins = [ "int", "str" ]
174173
lint.pylint.max-args = 9
175174
lint.pylint.max-branches = 20
176175
lint.pylint.max-returns = 38

0 commit comments

Comments
 (0)