diff options
author | John L. Villalovos <john@sodarock.com> | 2021-02-23 16:40:17 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2021-02-23 16:40:17 -0800 |
commit | f518e87b5492f2f3c201d4d723c07c746a385b6e (patch) | |
tree | 0652e073a123ef4c13c614b4a619c3887e5ef640 /gitlab/exceptions.py | |
parent | a7ec67f69a3177a9d6610ca7af80bcf09035cbbd (diff) | |
download | gitlab-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