Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: language_tool_python CI

permissions:
Expand Down Expand Up @@ -56,7 +53,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0

# Keep in sync ruff version with .pre-commit-config.yaml
- name: Run Ruff Linter
run: |
make ruff-check
Expand All @@ -72,7 +68,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0

# Keep in sync mypy version with .pre-commit-config.yaml
- name: Run Mypy Type Checker
run: |
make mypy-check