We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baedcf9 commit f2e6211Copy full SHA for f2e6211
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.14.7
+ rev: v0.15.17
4
hooks:
5
- id: ruff-check # linter
6
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
@@ -13,13 +13,13 @@ repos:
13
- prettier@3.8.3
14
15
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16
- rev: "3.4.0"
+ rev: "3.6.1"
17
18
- id: editorconfig-checker
19
alias: ec
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: "v1.19.1"
+ rev: "v1.20.2"
23
24
- id: mypy
25
additional_dependencies:
@@ -34,6 +34,6 @@ repos:
34
- pulumi-onepassword>=1.1.3
35
36
- repo: https://github.com/renovatebot/pre-commit-hooks
37
- rev: 42.32.1
+ rev: 42.95.1
38
39
- id: renovate-config-validator
0 commit comments