From eb0599dcd2186709b4f09233e3107440a998166d Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 4 Feb 2025 10:56:02 +0400 Subject: [PATCH] fmt --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 9 ++------- pyproject.toml | 1 - 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 48462bf..d0819eb 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,4 +20,4 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/pre-commit@v2.1.1 \ No newline at end of file + - uses: cvxgrp/.github/actions/pre-commit@v2.1.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fb12e2..25bc15f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: cvxgrp/.github/actions/test@v2.1.1 \ No newline at end of file + - uses: cvxgrp/.github/actions/test@v2.1.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b99456..a77aca5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8f3137e..8ee7c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,4 +60,3 @@ dev = [ [tool.hatch.build.targets.wheel] packages = ["cvx/stat_arb"] -