Skip to content

Commit a58db4c

Browse files
authored
Merge pull request #94 from handrews/flake8
Inconsistent linting rules? [was Commit auto-reformatting from the linter]
2 parents 1957c2b + ea1e01e commit a58db4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deps =
2727
{[testenv:flake8]deps}
2828
black
2929
commands =
30-
black -l 78 {env:BLACK_ARGS:} -t py37 src/rfc3986 tests/
30+
black -l 79 {env:BLACK_ARGS:} -t py37 src/rfc3986 tests/
3131
{[testenv:flake8]commands}
3232

3333
[testenv:flake8]

0 commit comments

Comments
 (0)