mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07: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)
|
||||
|
||||
|
||||
class _IncludeState(dict):
|
||||
class _IncludeState(dict): # lgtm [py/missing-equals]
|
||||
|
||||
"""Tracks line numbers for includes, and the order in which includes appear.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user