fix black
This commit is contained in:
parent
6abb3b871b
commit
0a38b8b4a4
@ -40,11 +40,15 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
|
||||
# - name: Lint
|
||||
# run: |
|
||||
# uv run pylint --fail-under=8 --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
|
||||
# cat lintreport.txt
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ # --output=lintreport.txt
|
||||
cat lintreport.txt
|
||||
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/
|
||||
|
||||
- name: Unit Test
|
||||
run: |
|
||||
|
@ -32,3 +32,6 @@ includes = []
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.black]
|
||||
line-length = 101
|
||||
|
Loading…
x
Reference in New Issue
Block a user