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
|
version: 2
|
||||||
|
|
||||||
formats:
|
|
||||||
- pdf
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
|
|
||||||
sphinx:
|
|
||||||
builder: html
|
|
||||||
configuration: docs/conf.py
|
|
||||||
fail_on_warning: true
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- method: pip
|
- method: pip
|
||||||
@ -21,3 +13,11 @@ python:
|
|||||||
- docs
|
- docs
|
||||||
- s3
|
- s3
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
builder: html
|
||||||
|
configuration: docs/conf.py
|
||||||
|
fail_on_warning: true
|
Loading…
Reference in New Issue
Block a user