Skip to content

Commit

Permalink
Reindent pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent e5b5301 commit 709b630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules --import-mode=importlib
addopts=
--doctest-modules
--import-mode importlib
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
## upstream
Expand Down

0 comments on commit 709b630

Please sign in to comment.