chore: reduce lint and type-check noise #187

Merged
didericis merged 32 commits from feat/linting-and-type-fixes into main 2026-06-04 12:24:39 -04:00
Showing only changes of commit 24c302ae0f - Show all commits
+5 -5
View File
@@ -1,11 +1,11 @@
name: Lint and Type Check
name: lint
on:
push:
paths:
- '**.py'
- '.pylintrc'
- '.gitea/workflows/lint.yml'
- "**.py"
- ".pylintrc"
- ".gitea/workflows/lint.yml"
jobs:
lint:
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: "3.12"
- name: Install dev dependencies
run: |