mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
chore(lgtm): ignore "__eq__ not overridden" warning
This commit is contained in:
parent
5ad63c3d98
commit
f27068caad
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user