diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-18 14:56:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 14:56:26 -0800 |
commit | bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65 (patch) | |
tree | ff13ae073a3d46ac43b01da5f51c0a5563376042 /.flake8 | |
parent | e1e5cdcdfd094079a2362d679bc08758a89a03d3 (diff) | |
parent | 3ce40db9e6c14ec7c9503c8a9027465f7bca9c61 (diff) | |
download | openshift-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-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |