Skip to content

Commit

Permalink
Merge pull request #94 from handrews/flake8
Browse files Browse the repository at this point in the history
Inconsistent linting rules? [was Commit auto-reformatting from the linter]
  • Loading branch information
sigmavirus24 authored Feb 22, 2023
2 parents 1957c2b + ea1e01e commit a58db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deps =
{[testenv:flake8]deps}
black
commands =
black -l 78 {env:BLACK_ARGS:} -t py37 src/rfc3986 tests/
black -l 79 {env:BLACK_ARGS:} -t py37 src/rfc3986 tests/
{[testenv:flake8]commands}

[testenv:flake8]
Expand Down

0 comments on commit a58db4c

Please sign in to comment.