Skip to content

Commit 4f0576b

Browse files
committed
remove precommit
1 parent a5f985c commit 4f0576b

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
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/action@v3.0.1
21+
args: format --check
2322
tests:
2423
name: Tests
2524
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)