diff --git a/.bandit-test.yml b/.bandit-test.yml index bd69c522..659fca58 100644 --- a/.bandit-test.yml +++ b/.bandit-test.yml @@ -1 +1,6 @@ -skips: ['B101', 'B104', 'B105', 'B106', 'B404'] +skips: + - B101 + - B104 + - B105 + - B106 + - B404 diff --git a/.bandit.yml b/.bandit.yml index dca96960..66e995d0 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -1 +1,3 @@ -skips: ['B404', 'B603'] \ No newline at end of file +skips: + - B404 + - B603 diff --git a/.readthedocs.yaml b/.readthedocs.yml similarity index 100% rename from .readthedocs.yaml rename to .readthedocs.yml index 5e2e2446..5ab5f829 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yml @@ -1,18 +1,10 @@ version: 2 -formats: - - pdf - build: os: ubuntu-20.04 tools: python: "3.11" -sphinx: - builder: html - configuration: docs/conf.py - fail_on_warning: true - python: install: - method: pip @@ -21,3 +13,11 @@ python: - docs - s3 - web + +formats: + - pdf + +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true