summaryrefslogtreecommitdiff
path: root/pylintrc.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-30 22:58:44 -0400
committerpommicket <pommicket@gmail.com>2025-08-30 22:58:44 -0400
commit555af5932e99b7b5369e8c6c9f80bd4ea5b48760 (patch)
tree3b4f32427f57e33b2df58959c02239d56cfb12fd /pylintrc.toml
parentd60c2eeed60e264ad30361ac99048f99d4975cfb (diff)
Start linode API stuff
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 =