Skip to content

Commit 38d55df

Browse files
[pre-commit.ci] pre-commit autoupdate (#144)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) * Fix typo in pre-commit config instructions --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 2e5696c commit 38d55df

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
@@ -1,4 +1,4 @@
1-
# To enable this pre-commit hook run:
1+
# To enable this pre-commit hook, run:
22
# `pip install pre-commit` or `brew install pre-commit`
33
# Then run `pre-commit install`
44

@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.12.11
15+
rev: v0.13.3
1616
hooks:
1717
- id: ruff # See pyproject.toml for args
1818

0 commit comments

Comments
 (0)