Skip to content

Commit b92a9ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent 415c32f commit b92a9ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ['--maxkb=2048']
@@ -23,7 +23,7 @@ repos:
2323
args: ['--fix=no']
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: '7.1.0'
26+
rev: '7.1.1'
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -35,18 +35,18 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.8.0
38+
rev: 24.10.0
3939
hooks:
4040
- id: black
4141
args: [--safe]
4242

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

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

0 commit comments

Comments
 (0)