tweak linters

This commit is contained in:
ryanmerolle 2022-08-12 13:55:13 +00:00
parent 3c1f892966
commit 80975025fe
4 changed files with 8 additions and 4 deletions

View File

@ -1,2 +1,3 @@
[flake8]
max-line-length = 160
extend-ignore = E203

View File

@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "dev"

View File

@ -1,3 +0,0 @@
{
"doctype-first": false
}

View File

@ -1,2 +1,8 @@
[settings]
profile = "black"
; vertical hanging indent mode also used in black configuration
multi_line_output = 3
; necessary because black expect the trailing comma
include_trailing_comma = true