Skip to content

Commit 6c97bd5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4) - [github.com/aristanetworks/j2lint.git: v1.1.0 → v1.2.0](https://github.com/aristanetworks/j2lint.git/compare/v1.1.0...v1.2.0)
1 parent 9f0ff26 commit 6c97bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.11.2"
19+
rev: "v0.11.4"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -44,7 +44,7 @@ repos:
4444
args: [--autofix]
4545

4646
- repo: https://github.com/aristanetworks/j2lint.git
47-
rev: v1.1.0
47+
rev: v1.2.0
4848
hooks:
4949
- id: j2lint
5050
types: [file]

0 commit comments

Comments
 (0)