Update .drone.yml #4

Closed
WorldTeacher wants to merge 6 commits from chore-update-drone into main
Showing only changes of commit 66dcf9bcd2 - Show all commits

View File

@@ -31,8 +31,6 @@ steps:
# install CLI tools (ruff not bundled by default)
- uv tool install ruff
- uv tool install mypy
- uv tool install pytest
- uv tool install pytest-cov
- ruff --version
- mypy --version
- ruff check .