This commit is contained in:
parent
5057a53293
commit
7b033b7419
4
.flake8
Normal file
4
.flake8
Normal file
@ -0,0 +1,4 @@
|
||||
# Minimal black-compatible flake8 configuration
|
||||
[flake8]
|
||||
max-line-length = 88
|
||||
extend-ignore = E203, E266, E305, E501, W503
|
||||
2
.isort.cfg
Normal file
2
.isort.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
[settings]
|
||||
profile=black
|
||||
4
.markdownlint.yaml
Normal file
4
.markdownlint.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
# Prettier-friendly minimal markdownlint config (turns off rules which prettier handles)
|
||||
default: true
|
||||
MD013: false
|
||||
MD032: false
|
||||
3
.shellcheckrc
Normal file
3
.shellcheckrc
Normal file
@ -0,0 +1,3 @@
|
||||
# Following source doesn't work in most setups
|
||||
disable=SC1090
|
||||
disable=SC1091
|
||||
1
.trunk/.gitignore
vendored
Normal file
1
.trunk/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*out
|
||||
17
.trunk/trunk.yaml
Normal file
17
.trunk/trunk.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
version: 0.1
|
||||
cli:
|
||||
version: 0.3.0-beta
|
||||
lint:
|
||||
enabled:
|
||||
- actionlint@1.6.4
|
||||
- black-py@21.10b0
|
||||
- buildifier@4.0.1
|
||||
- clang-format@13.0.0
|
||||
- clang-tidy@13.0.0
|
||||
- flake8@3.9.2
|
||||
- gitleaks@7.6.1
|
||||
- isort@5.9.3
|
||||
- markdownlint@0.29.0
|
||||
- prettier@2.4.1
|
||||
- shellcheck@0.7.2
|
||||
- shfmt@3.4.0
|
||||
Loading…
Reference in New Issue
Block a user