Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 5, 2017
1 parent 6f11ce1 commit 793e418
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
* Show documentation contains symbol name in the dialog title
* `tab.open_file` has new `line` argument
* Jump to definition, Find usages utilizes `tab.open_file` instead of `editor`'s one
* Analyze can optionally use `flake8`, `mccabe`, etc.
* See [documentation](TODO)
* Analyze script does use bundled `flake8`, 'mccabe`, ...
* See [documentation](http://blackmamba.readthedocs.io/en/stable/user/configuration.html#analyzer) to check how to configure it
* First pass defaults are `['--select=E901,E999,F821,F822,F823']`
* Second pass defaults are `['--max-complexity=10', '--max-line-length=127']`
* Open quickly, ... filter is case insensitive


Expand Down

0 comments on commit 793e418

Please sign in to comment.