Skip to content

Commit

Permalink
Merge pull request #351 from KantaTamura/update-max-line-length
Browse files Browse the repository at this point in the history
update max line length
  • Loading branch information
k5342 authored Oct 17, 2024
2 parents cc56b60 + 43e0ff0 commit 96252c0
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 @@ -5,7 +5,7 @@ envlist = py38,py39,py310,py311,py312,doc
deps = .[test, trace]
skipsdist = True
commands =
flake8 pfio tests
flake8 --max-line-length=200 pfio tests
autopep8 -r pfio tests --diff
isort . --check --diff
mypy pfio
Expand Down

0 comments on commit 96252c0

Please sign in to comment.