summaryrefslogtreecommitdiff
path: root/gitlab/exceptions.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-02-23 16:40:17 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-02-23 16:40:17 -0800
commitf518e87b5492f2f3c201d4d723c07c746a385b6e (patch)
tree0652e073a123ef4c13c614b4a619c3887e5ef640 /gitlab/exceptions.py
parenta7ec67f69a3177a9d6610ca7af80bcf09035cbbd (diff)
downloadgitlab-f518e87b5492f2f3c201d4d723c07c746a385b6e.tar.gz
fix: tox pep8 target, so that it can run
Previously running the pep8 target would fail as flake8 was not installed. Now install flake8 for the pep8 target. NOTE: Running the pep8 target fails as there are many warnings/errors. But it does allow us to run it and possibly work on reducing these warnings/errors in the future. In addition, add two checks to the ignore list as black takes care of formatting. The two checks added to the ignore list are: * E501: line too long * W503: line break before binary operator
Diffstat (limited to 'gitlab/exceptions.py')
0 files changed, 0 insertions, 0 deletions