Skip to content

Commit

Permalink
debug codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsferreira committed Sep 14, 2024
1 parent ff09100 commit 1fff3d2
Show file tree
Hide file tree
Showing 3 changed files with 1,078 additions and 943 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
if: ${{ matrix.python-version == '3.11' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

check-docs:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.4"
rev: "v0.6.5"
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
rev: "v3.1.0"
hooks:
- id: prettier
additional_dependencies:
- [email protected] # SEE: https://github.com/pre-commit/pre-commit/issues/3133
Loading

0 comments on commit 1fff3d2

Please sign in to comment.