pre-commit-ci[bot] pre-commit-ci[bot] commited on
Commit
08b9379
·
unverified ·
1 Parent(s): db1c9ce

[pre-commit.ci] pre-commit autoupdate (#8)

Browse files

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Files changed (1) hide show
  1. .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml CHANGED
@@ -12,13 +12,13 @@ repos:
12
  args: ["--maxkb=500"]
13
 
14
  - repo: https://github.com/psf/black
15
- rev: 24.10.0
16
  hooks:
17
  - id: black-jupyter
18
  language_version: python3
19
 
20
  - repo: https://github.com/codespell-project/codespell
21
- rev: v2.3.0
22
  hooks:
23
  - id: codespell
24
  args:
@@ -28,6 +28,6 @@ repos:
28
  ]
29
 
30
  - repo: https://github.com/kynan/nbstripout
31
- rev: 0.7.1
32
  hooks:
33
  - id: nbstripout
 
12
  args: ["--maxkb=500"]
13
 
14
  - repo: https://github.com/psf/black
15
+ rev: 25.1.0
16
  hooks:
17
  - id: black-jupyter
18
  language_version: python3
19
 
20
  - repo: https://github.com/codespell-project/codespell
21
+ rev: v2.4.1
22
  hooks:
23
  - id: codespell
24
  args:
 
28
  ]
29
 
30
  - repo: https://github.com/kynan/nbstripout
31
+ rev: 0.8.1
32
  hooks:
33
  - id: nbstripout