Skip to content

Commit d5b0ddc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b → 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c](pre-commit/pre-commit-hooks@cef0300...3e8a870) - [github.com/crate-ci/typos: 8d96c408b0dca5cc2e5b125482e8aabe5473e153 → 297cd655289674bd6342252202f13a45f7371587](crate-ci/typos@8d96c40...297cd65) - [github.com/astral-sh/ruff-pre-commit: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 → db90487f48a9dd992d243ef63c156eaffddeaf28](astral-sh/ruff-pre-commit@4cbc74d...db90487)
1 parent d09cefe commit d5b0ddc

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
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/crate-ci/typos
20-
rev: 8d96c408b0dca5cc2e5b125482e8aabe5473e153 # frozen: v1
20+
rev: 297cd655289674bd6342252202f13a45f7371587 # frozen: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/tox-dev/pyproject-fmt
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies:
4242
- black==25.1.0
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 # frozen: v0.12.7
44+
rev: db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
4545
hooks:
4646
- id: ruff-check
4747
args: [ --fix ]

0 commit comments

Comments
 (0)