Skip to content

Commit fe790f7

Browse files
chore(pre-commit-deps): pre-commit autoupdate (#582)
* chore(pre-commit-deps): pre-commit autoupdate updates: - [github.com/renovatebot/pre-commit-hooks: 0cd5d4872f30fdc1eb01de91949996daf90afe0f → 943642a690b57e66b12a6f039bb4640b29e19130](renovatebot/pre-commit-hooks@0cd5d48...943642a) - [github.com/astral-sh/ruff-pre-commit: 6c5418a077bd954e7078087a655421b85772095b → 73b0f6d59bbfcb75e17a4653d581c9dfaca13969](astral-sh/ruff-pre-commit@6c5418a...73b0f6d) - [github.com/PyCQA/docformatter: e73b8ba0c1316be565983236c72e653ad44e6b66 → 3c8d549eb9d99221d06ce818510c51db0601b90f](PyCQA/docformatter@e73b8ba...3c8d549) * chore(pre-commit): revert docformatter to v1.7.7 in pre-commit configuration --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nicholas Felt <nicholas.felt@tektronix.com>
1 parent 3ae4684 commit fe790f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: remove-tabs
4141
- id: forbid-tabs
4242
- repo: https://github.com/renovatebot/pre-commit-hooks
43-
rev: 0cd5d4872f30fdc1eb01de91949996daf90afe0f # frozen: 41.42.0
43+
rev: 943642a690b57e66b12a6f039bb4640b29e19130 # frozen: 41.43.0
4444
hooks:
4545
- id: renovate-config-validator
4646
- repo: https://github.com/python-jsonschema/check-jsonschema
@@ -136,7 +136,7 @@ repos:
136136
always_run: true
137137
args: [audit, --json, --ignore-code=CVE-2019-8341]
138138
- repo: https://github.com/astral-sh/ruff-pre-commit
139-
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
139+
rev: 73b0f6d59bbfcb75e17a4653d581c9dfaca13969 # frozen: v0.12.5
140140
hooks:
141141
- id: ruff
142142
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)