Skip to content

Commit

Permalink
pylint: flag singleton comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Mar 6, 2024
1 parent 24018c0 commit ba389bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.pylint]
extension-pkg-allow-list = "Ogre"
disable = ["R", "C", "attribute-defined-outside-init", "redefined-builtin", "redefined-outer-name", "unused-argument", "protected-access"]
enable = ["consider-using-f-string"]
enable = ["consider-using-f-string", "singleton-comparison"]

0 comments on commit ba389bf

Please sign in to comment.