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 ef48503 commit 7d1b8baCopy full SHA for 7d1b8ba
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
7
repos:
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.9.1
+ rev: v0.9.2
11
hooks:
12
- id: ruff
13
- id: ruff-format
@@ -27,7 +27,7 @@ repos:
27
- id: trailing-whitespace
28
29
- repo: https://github.com/ansys/pre-commit-hooks
30
- rev: v0.4.4
+ rev: v0.5.1
31
32
- id: add-license-headers
33
args:
doc/changelog.d/1667.maintenance.md
@@ -0,0 +1 @@
1
+pre-commit automatic update
0 commit comments