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 17420de commit 6722f12Copy full SHA for 6722f12
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/adamchainz/blacken-docs
3
- rev: 1.18.0
+ rev: 1.19.0
4
hooks:
5
- id: blacken-docs
6
additional_dependencies: [black==23.12.1]
@@ -12,7 +12,7 @@ repos:
12
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.6.0
+ rev: v5.0.0
16
17
- id: check-merge-conflict
18
- id: debug-statements
@@ -34,7 +34,7 @@ repos:
34
- id: check-github-workflows
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.6.8
+ rev: v0.6.9
38
39
- id: ruff
40
args: [--fix]
doc/changelog.d/163.maintenance.md
@@ -0,0 +1 @@
+[pre-commit.ci] pre-commit autoupdate
0 commit comments