Skip to content

Commit f831af6

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.3.0](psf/black-pre-commit-mirror@25.1.0...26.3.0) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1)
1 parent 6906917 commit f831af6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repos:
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
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.3.0
1313
hooks:
1414
- id: black
1515
args: [--line-length=128, --extend-exclude=.ipynb, --verbose]
@@ -20,12 +20,12 @@ repos:
2020
additional_dependencies: [pycodestyle>=2.11.0]
2121
args: [--max-line-length=128, '--exclude=./.*,build,dist', '--ignore=E501,W503,E203,F841,E231,W604', --count, --statistics, --show-source]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 6.0.1
23+
rev: 8.0.1
2424
hooks:
2525
- id: isort
2626
args: [--profile=black, --line-length=128]
2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.8.1
28+
rev: 0.9.1
2929
hooks:
3030
- id: nbstripout
3131
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)