We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b1cf36 + 3ca93a9 commit a1d56c1Copy full SHA for a1d56c1
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
exclude: '^ex_app/(img|js)/|.*\.phar'
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-yaml
10
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
24
files: ex_app/lib/
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.12.7
+ rev: v0.12.9
28
29
- id: ruff
30
0 commit comments