mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
chore: make yamll style consistent
This commit is contained in:
parent
f3e9fbf9d0
commit
3347212bf2
@ -1 +1,6 @@
|
||||
skips: ['B101', 'B104', 'B105', 'B106', 'B404']
|
||||
skips:
|
||||
- B101
|
||||
- B104
|
||||
- B105
|
||||
- B106
|
||||
- B404
|
||||
|
@ -1 +1,3 @@
|
||||
skips: ['B404', 'B603']
|
||||
skips:
|
||||
- B404
|
||||
- B603
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user