Skip to content

Commit 5d77672

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
* [pre-commit.ci] pre-commit autoupdate 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: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8119729 commit 5d77672

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -11,13 +11,13 @@ repos:
1111
- id: check-added-large-files
1212
args: ["--maxkb=3500"]
1313

14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 26.3.1
1616
hooks:
1717
- id: black-jupyter
1818

1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
args:
@@ -27,6 +27,6 @@ repos:
2727
]
2828

2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.1
30+
rev: 0.9.1
3131
hooks:
3232
- id: nbstripout

generate_cv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import re
1313
from pathlib import Path
1414

15-
1615
# ============================================================================
1716
# Utility functions
1817
# ============================================================================

0 commit comments

Comments
 (0)