Jon Parise
8b1ea33cc0
Add a unimport linter for Python files ( #4058 )
...
Unimport (https://github.com/hakancelik96/unimport/ ) is a linter,
formatter for finding and removing unused import statements.
This introduces linting support, although fixer support could come
later.
2022-02-08 15:54:25 +09:00
a666
f9deee0e41
Add flakehell python linter ( #3295 ) ( #3921 )
2021-10-02 16:37:57 +09:00
Nikolay Zakirov
82a7e9f588
add autoflake fixer ( #3779 )
...
* first attempt
* added autoflake executable
* added Windows executable for appveyor
* delete unused files
* corrected wrong sorting
2021-07-13 21:58:18 +09:00
Gerardo Gómez Rodríguez
8b73d98baf
chore: replace python-language-server to supported pylsp ( #3810 )
...
As mentioned in #3722 palantir's python-language-server is no longer maintained.
The alternative is to use the community-driven https://github.com/python-lsp/python-lsp-server .
2021-07-09 22:40:31 +09:00
w0rp
b1d833417b
#3633 - Put all dummy test files in test/test-files
2021-03-20 22:11:42 +00:00