~brian-murray/update-manager/no-i386-upgrade

« back to all changes in this revision

Viewing changes to tests/test_pep8.py

  • Committer: Balint Reczey
  • Date: 2018-09-27 14:38:14 UTC
  • mfrom: (2840.1.2 master)
  • Revision ID: balint.reczey@canonical.com-20180927143814-5fvlc75l5cze5269
MergeĀ lp:~rbalint/update-manager/fix-pep8-cosmic

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import unittest
7
7
 
8
8
# pep8 is overdoing it a bit IMO
9
 
IGNORE_PEP8 = "E265,E402"
 
9
IGNORE_PEP8 = "E265,E402,E502"
10
10
IGNORE_FILES = (
11
11
)
12
12