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

Commit

Permalink
New analyzer defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 5, 2017
1 parent 1b38344 commit 6f11ce1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pythonista_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
'analyzer': {
'hud_alert_delay': 1.0,
'remove_whitespaces': True,
'ignore_codes': ['E114', 'E116'], # ignored for flake8
'max_line_length': 127, # ignored for flake8
# In case flake8 is provided, ignore_codes and max_line_length options are ignored
'flake8': [
# 1st pass
['--select=E901,E999,F821,F822,F823'],
Expand Down

0 comments on commit 6f11ce1

Please sign in to comment.