Skip to content

Commit

Permalink
flake8 apparently looks in tox.ini before pyproject.toml for
Browse files Browse the repository at this point in the history
max-line-length
  • Loading branch information
Paul F Bugni committed Jan 14, 2025
1 parent df23235 commit 959d940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ dev = [
[tool.setuptools]
packages = ["patientsearch"]

[tool.flake8]
max-line-length = 100

[tool.pytest.ini_options]
addopts = "--color yes --verbose"
console_output_style = "classic"
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ commands =
--cov patientsearch \
--cov-report xml:"{toxinidir}/coverage.xml" \
[]

[flake8]
max-line-length = 100

0 comments on commit 959d940

Please sign in to comment.