Skip to content

Commit 7292aef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 671e482 commit 7292aef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.3.1
12+
rev: 26.5.1
1313
hooks:
1414
- id: black
1515
args: [--line-length=128, --extend-exclude=.ipynb, --verbose]
@@ -20,7 +20,7 @@ repos:
2020
additional_dependencies: [pycodestyle>=2.11.0]
2121
args: [--max-line-length=128, '--exclude=./.*,build,dist', '--ignore=E501,W503,E231,E203,E251,E202,E226', --count, --statistics, --show-source]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 8.0.1
23+
rev: 9.0.0a3
2424
hooks:
2525
- id: isort
2626
args: [--profile=black, --line-length=128]

0 commit comments

Comments
 (0)