Skip to content

Commit b1d62ca

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/PyCQA/bandit: 1.7.10 → 1.8.0](PyCQA/bandit@1.7.10...1.8.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 630f618 commit b1d62ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.8.0
21+
rev: 24.10.0
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
@@ -41,13 +41,13 @@ repos:
4141
- "*.bib,*.ipynb"
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v3.17.0
44+
rev: v3.19.1
4545
hooks:
4646
- id: pyupgrade
4747
args: [ --py36-plus ]
4848

4949
- repo: https://github.com/PyCQA/bandit
50-
rev: 1.7.10
50+
rev: 1.8.0
5151
hooks:
5252
- id: bandit
5353
language_version: python3
@@ -67,7 +67,7 @@ repos:
6767

6868

6969
- repo: https://github.com/kynan/nbstripout
70-
rev: 0.7.1
70+
rev: 0.8.1
7171
hooks:
7272
- id: nbstripout
7373
args:

0 commit comments

Comments
 (0)