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 5fedeed commit 70448fdCopy full SHA for 70448fd
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/ansys/pre-commit-hooks
23
- rev: v0.4.3
+ rev: v0.4.4
24
hooks:
25
- id: add-license-headers
26
files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)'
@@ -34,7 +34,7 @@ repos:
34
- id: check-github-workflows
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.7.2
+ rev: v0.7.3
38
39
- id: ruff
40
args: [--fix]
doc/changelog.d/189.maintenance.md
@@ -0,0 +1 @@
1
+[pre-commit.ci] pre-commit autoupdate
0 commit comments