Skip to content

Commit 4053e88

Browse files
build(deps): pre-commit autoupdate (#346)
* build(deps): pre-commit autoupdate updates: - [github.com/hakancelikdev/unimport: 1.3.0 → 1.2.1](hakancelikdev/unimport@1.3.0...1.2.1) - [github.com/PyCQA/docformatter: v1.7.7 → v1.7.8-rc1](PyCQA/docformatter@v1.7.7...v1.7.8-rc1) * build(deps): downgrade docformatter to v1.7.7 add autofix_commit_msg add language_version key to unimport hook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: César Román <[email protected]>
1 parent 5cc332b commit 4053e88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ci:
22
autoupdate_commit_msg: 'build(deps): pre-commit autoupdate'
3+
autofix_commit_msg: 'chore: apply auto fixes with pre-commit'
34
skip:
45
- pylint
56

@@ -19,10 +20,11 @@ repos:
1920
hooks:
2021
- id: black
2122
- repo: https://github.com/hakancelikdev/unimport
22-
rev: 1.3.0
23+
rev: 1.2.1
2324
hooks:
2425
- id: unimport
2526
files: ^ignition-api/src/
27+
language_version: python3.12
2628
- repo: https://github.com/PyCQA/isort
2729
rev: 6.0.1
2830
hooks:

0 commit comments

Comments
 (0)