Skip to content

Commit

Permalink
chore: use named pylint rule in disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jyecusch committed Apr 12, 2024
1 parent 3ca9afd commit 1b5cfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ exclude = '''

[tool.pylint]
max-line-length = 120
disable = W0212
disable = ["protected-access"]

0 comments on commit 1b5cfc0

Please sign in to comment.