Skip to content

Commit 5ebb23f

Browse files
authored
prevent double ruff checking (#42)
1 parent bf67df6 commit 5ebb23f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -e ".[dev]"
2525
26-
- name: Run pre-commit
27-
uses: pre-commit/action@v3.0.0
28-
2926
- name: Check types with MyPy
3027
run: |
3128
mypy src/prime_cli/

0 commit comments

Comments
 (0)