Skip to content

Commit 107b46a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/PyCQA/isort: 6.0.1 → 8.0.0](PyCQA/isort@6.0.1...8.0.0)
1 parent 1e18b9a commit 107b46a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ repos:
88
- id: check-yaml
99
- id: check-added-large-files
1010
# General formatting
11-
- repo: https://github.com/psf/black
12-
rev: 25.1.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 26.1.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
1616
exclude: pysr/test/test_nb.ipynb
1717
# Stripping notebooks
1818
- repo: https://github.com/kynan/nbstripout
19-
rev: 0.8.1
19+
rev: 0.9.1
2020
hooks:
2121
- id: nbstripout
2222
exclude: pysr/test/test_nb.ipynb
2323
# Unused imports
2424
- repo: https://github.com/hadialqattan/pycln
25-
rev: "v2.5.0"
25+
rev: "v2.6.0"
2626
hooks:
2727
- id: pycln
2828
# Sorted imports
2929
- repo: https://github.com/PyCQA/isort
30-
rev: "6.0.1"
30+
rev: "8.0.0"
3131
hooks:
3232
- id: isort
3333
additional_dependencies: [toml]

0 commit comments

Comments
 (0)