Skip to content

Commit 5b76828

Browse files
ci(pre-commit.ci): autoupdate (#297)
updates: - [github.com/crate-ci/typos: v1.21.0 → v1.22.0](crate-ci/typos@v1.21.0...v1.22.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e1512f commit 5b76828

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ci:
55

66
repos:
77
- repo: https://github.com/crate-ci/typos
8-
rev: v1.21.0
8+
rev: v1.22.0
99
hooks:
1010
- id: typos
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.4.3
13+
rev: v0.4.7
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --unsafe-fixes]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/abravalheri/validate-pyproject
20-
rev: v0.16
20+
rev: v0.18
2121
hooks:
2222
- id: validate-pyproject
2323

0 commit comments

Comments
 (0)