mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 11:56:30 +00:00
chore(lgtm): ignore "__eq__ not overridden" warning
This commit is contained in:
@@ -369,7 +369,7 @@ def Search(pattern, s):
|
|||||||
return _regexp_compile_cache[pattern].search(s)
|
return _regexp_compile_cache[pattern].search(s)
|
||||||
|
|
||||||
|
|
||||||
class _IncludeState(dict):
|
class _IncludeState(dict): # lgtm [py/missing-equals]
|
||||||
|
|
||||||
"""Tracks line numbers for includes, and the order in which includes appear.
|
"""Tracks line numbers for includes, and the order in which includes appear.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user