Skip to content

Commit

Permalink
Merge branch 'main' into feature/cmp0xff/87-migrate-to-numpy-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmp0xff authored Aug 31, 2024
2 parents d71b2cc + 9222420 commit 333c9b0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^notebooks/|^notes/"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: debug-statements
Expand All @@ -11,17 +11,15 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.1
rev: v0.6.3
hooks:
# Run the linter.
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
# Run the formatter.
- id: ruff-format
- repo: https://github.com/ambv/black
rev: 24.4.2
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
language: python
Expand Down

0 comments on commit 333c9b0

Please sign in to comment.