Skip to content

Commit f2e6211

Browse files
Update pre-commit hooks
1 parent baedcf9 commit f2e6211

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.7
3+
rev: v0.15.17
44
hooks:
55
- id: ruff-check # linter
66
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
@@ -13,13 +13,13 @@ repos:
1313
- prettier@3.8.3
1414

1515
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16-
rev: "3.4.0"
16+
rev: "3.6.1"
1717
hooks:
1818
- id: editorconfig-checker
1919
alias: ec
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v1.19.1"
22+
rev: "v1.20.2"
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:
@@ -34,6 +34,6 @@ repos:
3434
- pulumi-onepassword>=1.1.3
3535

3636
- repo: https://github.com/renovatebot/pre-commit-hooks
37-
rev: 42.32.1
37+
rev: 42.95.1
3838
hooks:
3939
- id: renovate-config-validator

0 commit comments

Comments
 (0)