Skip to content

Commit 8764813

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - [github.com/PyCQA/bandit: 1.7.10 → 1.8.6](PyCQA/bandit@1.7.10...1.8.6) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 630f618 commit 8764813

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

2020
- repo: https://github.com/psf/black
21-
rev: 24.8.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
name: "Sort Imports"
3131
args: [ "--profile black" ]
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.3.0
34+
rev: v2.4.1
3535
hooks:
3636
- id: codespell
3737
args:
@@ -41,13 +41,13 @@ repos:
4141
- "*.bib,*.ipynb"
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v3.17.0
44+
rev: v3.20.0
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.6
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)