mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
better sentence
This commit is contained in:
parent
a0d5a301a2
commit
4c30603c79
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
|
@ -8,8 +8,9 @@ Flake8 is a wrapper around these tools:
|
||||||
- pep8
|
- pep8
|
||||||
- Ned's MacCabe script
|
- Ned's MacCabe script
|
||||||
|
|
||||||
It runs all tools by launching the single 'flake8' script, but ignores pep8
|
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
|
||||||
and PyFlakes extended options and just uses defaults.
|
and PyFlakes extended options and just uses defaults. It displays the warnings
|
||||||
|
in a per-file, merged output.
|
||||||
|
|
||||||
It also adds a few features:
|
It also adds a few features:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue