Skip to content

Commit 4f0576b

Browse files
committed
remove precommit
1 parent a5f985c commit 4f0576b

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ 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-
- uses: actions/setup-python@v5
19+
- uses: chartboost/ruff-action@v1
2020
with:
21-
python-version: "3.12"
22-
- uses: pre-commit/[email protected]
21+
args: format --check
2322
tests:
2423
name: Tests
2524
runs-on: ubuntu-latest

.pre-commit-config.yaml

-13
This file was deleted.

0 commit comments

Comments
 (0)