diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-02-13 13:01:49 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-02-13 13:01:49 +0100 |
| commit | 4c30603c79042ae99ad25d58cd22f0df17fed4a7 (patch) | |
| tree | 9233a309b6d6c874432f63518afab645c721de15 | |
| parent | a0d5a301a28c687a56548894abd80ff7c70d83a2 (diff) | |
| download | flake8-4c30603c79042ae99ad25d58cd22f0df17fed4a7.tar.gz | |
better sentence
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,8 +8,9 @@ Flake8 is a wrapper around these tools: - pep8 - Ned's MacCabe script -It runs all tools by launching the single 'flake8' script, but ignores pep8 -and PyFlakes extended options and just uses defaults. +Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 +and PyFlakes extended options and just uses defaults. It displays the warnings +in a per-file, merged output. It also adds a few features: |
