Skip to content

Commit aa81ac5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
1 parent 5c58566 commit aa81ac5

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

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: '6.1.0'
26+
rev: '7.0.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: 5.12.0
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort
3636

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

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

0 commit comments

Comments
 (0)