summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-01-18 14:56:26 -0800
committerGitHub <noreply@github.com>2018-01-18 14:56:26 -0800
commitbccd1a8f97036febc0e9bf8666ec6b9a5f4ced65 (patch)
treeff13ae073a3d46ac43b01da5f51c0a5563376042 /.flake8
parente1e5cdcdfd094079a2362d679bc08758a89a03d3 (diff)
parent3ce40db9e6c14ec7c9503c8a9027465f7bca9c61 (diff)
downloadopenshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.gz
openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.bz2
openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.xz
openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.zip
Merge pull request #6488 from vrutkovs/utils-test-flake8
Automatic merge from submit-queue. Fix flake8 errors in utils/test
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 99ae3c2f0..cce460d3c 100644
--- a/.flake8
+++ b/.flake8
@@ -1,5 +1,5 @@
[flake8]
# TODO: cleanup flake8 issues with utils/test/*
-exclude=.tox,inventory,utils/test
+exclude=.tox,inventory
max_line_length = 120
ignore = E501,T003