Skip to content

Commit 2d24c1a

Browse files
github-actions[bot]sgiarolstsmbland
authored
chore: update pre-commit hooks (#653)
Co-authored-by: sgiarols <[email protected]> Co-authored-by: Tom Bland <[email protected]>
1 parent de444b6 commit 2d24c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.3
12+
rev: v0.9.4
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]
@@ -36,7 +36,7 @@ repos:
3636
- id: pretty-format-toml
3737
args: [--autofix, --indent, "4", --no-sort]
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
args: [--ignore-words, .codespell_ignore.txt]

0 commit comments

Comments
 (0)