Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini-mhatre authored Mar 7, 2024
1 parent c70e1b2 commit 79d3c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tool.black]
line-length = 79
line-length = 100

[tool.pytest.ini_options]
addopts = ["-vvv", "-n", "2", "--log-level", "WARNING", "--color", "yes"]
testpaths = ["tests"]
filterwarnings = [
'ignore:AnsibleCollectionFinder has already been configured',
Expand Down

0 comments on commit 79d3c1a

Please sign in to comment.