We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862fbbf commit 94339f1Copy full SHA for 94339f1
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,3 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
name: language_tool_python CI
5
6
permissions:
@@ -56,7 +53,6 @@ jobs:
56
53
- name: Install uv
57
54
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0
58
55
59
- # Keep in sync ruff version with .pre-commit-config.yaml
60
- name: Run Ruff Linter
61
run: |
62
make ruff-check
@@ -72,7 +68,6 @@ jobs:
72
68
73
69
74
70
75
- # Keep in sync mypy version with .pre-commit-config.yaml
76
71
- name: Run Mypy Type Checker
77
78
make mypy-check
0 commit comments