Skip to content

Commit 0c37a4e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent cebcac4 commit 0c37a4e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ['--maxkb=2048']
@@ -23,30 +23,30 @@ repos:
2323
args: ['--fix=no']
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: '7.2.0'
26+
rev: '7.3.0'
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
3030
- flake8-docstrings==1.6.0
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.0.1
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636

37-
- repo: https://github.com/psf/black
38-
rev: 25.1.0
37+
- repo: https://github.com/psf/black-pre-commit-mirror
38+
rev: 25.11.0
3939
hooks:
4040
- id: black
4141
args: [--safe]
4242

4343
- repo: https://github.com/kynan/nbstripout
44-
rev: 0.8.1
44+
rev: 0.8.2
4545
hooks:
4646
- id: nbstripout
4747

4848
- repo: https://github.com/adamchainz/blacken-docs
49-
rev: 1.19.1
49+
rev: 1.20.0
5050
hooks:
5151
- id: blacken-docs
5252
additional_dependencies: [black==24.10.0]

0 commit comments

Comments
 (0)