~rbalint/update-manager/lp-1795898-upgrade-workaround

« back to all changes in this revision

Viewing changes to tests/test_pep8.py

  • Committer: Balint Reczey
  • Date: 2018-10-01 16:36:46 UTC
  • mfrom: (2841.1.2 master)
  • Revision ID: balint.reczey@canonical.com-20181001163646-u1vfm9jh3f8ih27h
Tags: 1:18.10.9
MergeĀ lp:~rbalint/update-manager/pep8-again

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,E502"
 
9
IGNORE_PEP8 = "E265,E402,W503"
10
10
IGNORE_FILES = (
11
11
)
12
12