chore: make yamll style consistent

This commit is contained in:
Evgenii Alekseev 2023-12-29 03:57:13 +02:00
parent f3e9fbf9d0
commit 3347212bf2
3 changed files with 17 additions and 10 deletions

View File

@ -1 +1,6 @@
skips: ['B101', 'B104', 'B105', 'B106', 'B404']
skips:
- B101
- B104
- B105
- B106
- B404

View File

@ -1 +1,3 @@
skips: ['B404', 'B603']
skips:
- B404
- B603

View File

@ -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