Skip to content

Commit

Permalink
Move max line length option to rcfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Jan 7, 2021
1 parent 1e8a3b6 commit 8e1844c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ exclude =
build,
dist,
tests
max-line-length = 127
statistics = True
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test:
- pip install -U pip
- pip install -r requirements.txt -r requirements-ci.txt
- flake8 --select=E9,F63,F7,F82 --show-source automx2
- flake8 --exit-zero --max-complexity=10 --max-line-length=127 automx2
- flake8 --exit-zero --max-complexity=10 automx2
- export AUTOMX2_CONF='tests/unittest.conf'
- export PYTHONPATH=.
- export RUN_LDAP_TESTS=0
Expand Down

0 comments on commit 8e1844c

Please sign in to comment.