diff options
| author | omnom62 <omnom62@outlook.com> | 2026-03-20 21:50:38 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-03-20 21:50:38 +1000 |
| commit | ca1f501d63a2d76fb955846e79657677cf2c1e9d (patch) | |
| tree | 180c56c8990bb4eec1835dd8ba7dc5948ef3791e /pyproject.toml | |
| parent | 7599ba96bc3b659cb2a5f00b1be46ab6f55f48a6 (diff) | |
| download | rest.vyos-ca1f501d63a2d76fb955846e79657677cf2c1e9d.tar.gz rest.vyos-ca1f501d63a2d76fb955846e79657677cf2c1e9d.zip | |
precommit config
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..fa4225f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[tool.black] +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'] |
