Skip to content

Commit

Permalink
Merge branch 'main' of github.com:abacusorg/abacusutils
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed May 8, 2024
2 parents 29b3a5a + 4420e38 commit 9ccf767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ exclude: |
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
rev: "v0.4.3"
hooks:
- id: ruff
# TODO: turning off line length check
# When ruff formatting is available, use that to auto-fix
args: [--fix, --exit-non-zero-on-fix, --ignore=E501]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 9ccf767

Please sign in to comment.