summaryrefslogtreecommitdiff
path: root/pylintrc.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc.toml')
-rw-r--r--pylintrc.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc.toml b/pylintrc.toml
index 39bb057..e111d72 100644
--- a/pylintrc.toml
+++ b/pylintrc.toml
@@ -389,7 +389,7 @@ timeout-methods = ["requests.api.delete", "requests.api.get", "requests.api.head
[tool.pylint.miscellaneous]
# List of note tags to take in consideration, separated by a comma.
-notes = ["FIXME", "XXX", "TODO"]
+notes = []
# Regular expression of note tags to take in consideration.
# notes-rgx =