Commit 527bfeb7 authored by Joel Collins's avatar Joel Collins
Browse files

Moved PyLint config back to pyproject.toml

parent cb4afbac
Loading
Loading
Loading
Loading
Loading

.pylintrc

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
[MESSAGES CONTROL]

disable=fixme,C,R
max-line-length = 88
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -70,3 +70,7 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88

[tool.pylint.'MESSAGES CONTROL']
disable = "fixme,C,R"
max-line-length = 88