8000 Change: Run mypy and ruff in CI pipeline · greenbone/autohooks@35600b0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 35600b0

Browse files
committed
Change: Run mypy and ruff in CI pipeline
1 parent eec57e6 commit 35600b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-python.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ jobs:
1919
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
2020
with:
2121
lint-packages: autohooks tests
22+
linter: ruff
2223
python-version: ${{ matrix.python-version }}
2324

25+
mypy:
26+
name: Check type hints
27+
uses: greenbone/workflows/.github/workflows/typing-python.yml@main
28+
with:
29+
python-version: "3.10"
30+
2431
codecov:
2532
name: Upload coverage to codecov.io
2633
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)
0