From 3347212bf2c66f4fa773a37a29b5cb2f21b8f693 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Fri, 29 Dec 2023 03:57:13 +0200 Subject: [PATCH] chore: make yamll style consistent --- .bandit-test.yml | 7 ++++++- .bandit.yml | 4 +++- .readthedocs.yaml => .readthedocs.yml | 16 ++++++++-------- 3 files changed, 17 insertions(+), 10 deletions(-) rename .readthedocs.yaml => .readthedocs.yml (100%) 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