This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/python
Konstantin Alekseev 1462de6685 Run flake8 from project root by default.
Option `per-file-ignores` was introduced in flake8 version 3.7.0.
It allows to ignore specific errors in specific files using glob syntax.
For example `per-file-ignores = src/generated/*.py:F401` will
ignore `F401` error in all python files in `src/generated`.
Thus ale has to run flake8 from project root where .flake8 config
is placed otherwise glob won't match linted file.
2020-08-30 22:56:10 +03:00
..
bandit.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
flake8.vim Run flake8 from project root by default. 2020-08-30 22:56:10 +03:00
mypy.vim Mypy: try to find folder containing mypy.ini to use as cwd. (#2385) 2020-01-02 14:35:21 +00:00
prospector.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pycodestyle.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pydocstyle.vim Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
pyflakes.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pylama.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pylint.vim Add option to show msg id when pylint is used (#2445) 2019-05-09 17:28:18 +01:00
pyls.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pyre.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pyright.vim Close #2472 - Add support for pyright 2020-08-07 12:16:13 +01:00
vulture.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00