diff options
author | pommicket <pommicket@gmail.com> | 2025-08-30 22:58:44 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-30 22:58:44 -0400 |
commit | 555af5932e99b7b5369e8c6c9f80bd4ea5b48760 (patch) | |
tree | 3b4f32427f57e33b2df58959c02239d56cfb12fd /pylintrc.toml | |
parent | d60c2eeed60e264ad30361ac99048f99d4975cfb (diff) |
Start linode API stuff
Diffstat (limited to 'pylintrc.toml')
-rw-r--r-- | pylintrc.toml | 2 |
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 = |