Skip to content

Commit ba97f3d

Browse files
LilSpazJoekpgithub-actions[bot]
authored andcommitted
Update pre-commit hooks
1 parent 09948af commit ba97f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pappasam/toml-sort
21-
rev: v0.24.2
21+
rev: v0.24.3
2222
hooks:
2323
- id: toml-sort-fix
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.9
27+
rev: v0.13.0
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]
@@ -35,4 +35,4 @@ repos:
3535
hooks:
3636
- id: docstrfmt
3737
require_serial: true
38-
rev: v1.11.0
38+
rev: v1.11.1

0 commit comments

Comments
 (0)