Skip to content

Commit 05fd383

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](PyCQA/isort@7.0.0...9.0.0a3) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1)
1 parent 4006b86 commit 05fd383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 26.1.0
12+
rev: 26.3.1
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: 7.0.0
23+
rev: 9.0.0a3
2424
hooks:
2525
- id: isort
2626
args: [--profile=black, --line-length=128]
2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.9.0
28+
rev: 0.9.1
2929
hooks:
3030
- id: nbstripout
3131
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)