We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f4ccc commit 0bdb570Copy full SHA for 0bdb570
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: trailing-whitespace
7
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
+ rev: v0.14.13
10
hooks:
11
- id: ruff-check
12
args:
@@ -16,6 +16,6 @@ repos:
16
- --quiet
17
18
- repo: https://github.com/crate-ci/typos
19
- rev: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # frozen: v1.40.0
+ rev: v1.42.0
20
21
- id: typos
0 commit comments