Skip to content

Commit 63552ff

Browse files
authored
Merge pull request #3 from DeepPSP/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1938195 + 2d07f37 commit 63552ff

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: 25.12.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: 7.0.0
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.8.2
2929
hooks:
3030
- id: nbstripout
3131
- repo: https://github.com/nbQA-dev/nbQA

0 commit comments

Comments
 (0)