w0rp
96f0bf7172
Fix windows virtualenv PATH tests
2023-03-07 02:11:43 +00:00
Yining
b6f6d84c25
add: pycln as a python linter and fixer ( #4415 )
...
this commit adds pycln as a Python linter and fixer, together with some
tests and documentation. It addresses #4340
pycln repo: https://github.com/hadialqattan/pycln
2023-01-27 10:24:18 +09:00
Yining
cad8f8e683
add: support for refurb as a Python linter ( #4379 )
...
this commit adds refurb as a Python linter, together with some tests
and documentation. it should fix issue: #4362
refurb repo: https://github.com/dosisod/refurb
2022-12-06 21:26:09 +09:00
Yining
483d056528
add: support for ruff as a Python linter and fixer ( #4347 )
...
this commit adds ruff as both a Python linter and fixer, together with
some tests and documentation.
ruff repo: https://github.com/charliermarsh/ruff
2022-10-31 21:55:14 +09:00
infokiller
91e8422d6d
Add pyflyby fixer (using its tidy-imports script) ( #4219 )
...
* add pyflyby fixer
updates
* pyflyby: add docs
updates
* add tests to pyflyby fixer
2022-06-16 22:41:57 +09:00
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