Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 4, 2025
1 parent e6525f6 commit eb0599d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.1.1
- uses: cvxgrp/.github/actions/test@v2.1.1
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.286'
rev: 'v0.9.4'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
files: ^cvx/

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
Expand All @@ -37,9 +38,3 @@ repos:

- id: check-github-workflows
args: ["--verbose"]

- repo: https://github.com/python-poetry/poetry
rev: '1.6.1' # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ dev = [

[tool.hatch.build.targets.wheel]
packages = ["cvx/stat_arb"]

0 comments on commit eb0599d

Please sign in to comment.