Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v5
- uses: ./.github/actions/preparation
- name: Check with pylint
run: uv run pylint tasktronaut
run: uv run pylint src
- name: Check with mypy
run: uv run mypy tasktronaut
run: uv run mypy src
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tasks:
lint:
desc: Lint Python code
cmds:
- uv run mypy tasktronaut
- uv run pylint tasktronaut
- uv run mypy src
- uv run pylint src

build:
desc: Build Python package
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.