Skip to content

Commit

Permalink
remove precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Jul 3, 2024
1 parent a5f985c commit 4f0576b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ env:

jobs:
pre-commit:
name: Static Analysis (pre-commit)
name: Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: chartboost/ruff-action@v1
with:
python-version: "3.12"
- uses: pre-commit/[email protected]
args: format --check
tests:
name: Tests
runs-on: ubuntu-latest
Expand Down
13 changes: 0 additions & 13 deletions .pre-commit-config.yaml

This file was deleted.

0 comments on commit 4f0576b

Please sign in to comment.