diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fe62b2c..7852933 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,8 +43,7 @@ jobs: - name: Lint run: | - # uv run pylint --fail-under=8 --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/ - uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ + uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ # --output=lintreport.txt cat lintreport.txt - name: Unit Test