Skip to content

Commit

Permalink
Move pytest settings to setup.cfg an set flake max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernWaechter committed Nov 13, 2023
1 parent 6a763e6 commit 569d1d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytest.ini → setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[pytest]
[flake8]
max-line-length = 120

[tool:pytest]
pythonpath = .
testpaths = tests/unit
addopts =
Expand Down

0 comments on commit 569d1d0

Please sign in to comment.