Skip to content

Commit 28aa705

Browse files
committed
remove precommit
1 parent a5f985c commit 28aa705

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ env:
1212

1313
jobs:
1414
pre-commit:
15-
name: Static Analysis (pre-commit)
15+
name: Static Analysis
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
- run: pipx install poetry
1920
- uses: actions/setup-python@v5
2021
with:
2122
python-version: "3.12"
22-
- uses: pre-commit/[email protected]
23+
- run: poetry install
24+
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
25+
- uses: chartboost/ruff-action@v1
26+
with:
27+
args: format --check
28+
- uses: jakebailey/pyright-action@v2
2329
tests:
2430
name: Tests
2531
runs-on: ubuntu-latest

.pre-commit-config.yaml

-13
This file was deleted.

0 commit comments

Comments
 (0)