Skip to content

Commit 63a2755

Browse files
ci: pre-commit autoupdate (#4170)
* ci: pre-commit autoupdate updates: - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) * chore: adding changelog file 4170.miscellaneous.md [dependabot-skip] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 4fd1ae5 commit 63a2755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414

1515
repos:
1616
- repo: https://github.com/shellcheck-py/shellcheck-py
17-
rev: v0.10.0.1
17+
rev: v0.11.0.1
1818
hooks:
1919
- id: shellcheck
2020
args: [ "-x"]
@@ -83,7 +83,7 @@ repos:
8383
# exclude: "tests/"
8484

8585
- repo: https://github.com/pre-commit/pre-commit-hooks
86-
rev: v5.0.0
86+
rev: v6.0.0
8787
hooks:
8888
- id: check-merge-conflict
8989
- id: debug-statements
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: pre-commit autoupdate

0 commit comments

Comments
 (0)