Skip to content

Commit 1beeea5

Browse files
[pre-commit.ci] pre-commit suggestions
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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.9.0](psf/black-pre-commit-mirror@24.8.0...25.9.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [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 1beeea5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
1818
- id: check-added-large-files
1919

20-
- repo: https://github.com/psf/black
21-
rev: 24.8.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: 25.9.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.1.0
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)