Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove deprecated method #69

Merged
merged 2 commits into from
Nov 29, 2022
Merged

Conversation

jfcherng
Copy link
Collaborator

It has been more than a month since last lsp_utils release so I guess it's safe to remove deprecated minimum_node_version (it has been replaced by required_node_version).

@jfcherng
Copy link
Collaborator Author

jfcherng commented Nov 27, 2022

The test fail from flake8 looks like a false positive to me. They are used with # type: .... But sure, technically it's "unused" in grammatic view...


Okay. This is embarrassing as latest flake8 v6 uses pyflakes v3 and pyflakes v3 requires python>=3.6 so they ask user to use annotation now. PyCQA/pyflakes#747

I think we have to pin a previous flake8 now unless we use python 3.8 in the future.

Because flake8 v6, which uses pyflakes v3, removes support for "comment-style" type annotation.

Signed-off-by: Jack Cherng <[email protected]>
@jfcherng jfcherng merged commit 774162d into master Nov 29, 2022
@jfcherng jfcherng deleted the refactor/remove-deprecated branch November 29, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants