From 555af5932e99b7b5369e8c6c9f80bd4ea5b48760 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 30 Aug 2025 22:58:44 -0400 Subject: Start linode API stuff --- pylintrc.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc.toml') 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 = -- cgit v1.2.3