Skip to content

Commit

Permalink
Merge branch 'master' into parametric-template-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Feb 13, 2025
2 parents f3cd990 + 1ca4d4c commit ba55d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ repos:
- id: check-added-large-files
# General formatting
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- id: black-jupyter
exclude: pysr/test/test_nb.ipynb
# Stripping notebooks
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
exclude: pysr/test/test_nb.ipynb
# Unused imports
- repo: https://github.com/hadialqattan/pycln
rev: "v2.4.0"
rev: "v2.5.0"
hooks:
- id: pycln
# Sorted imports
- repo: https://github.com/PyCQA/isort
rev: "5.13.2"
rev: "6.0.0"
hooks:
- id: isort
additional_dependencies: [toml]

0 comments on commit ba55d20

Please sign in to comment.