Skip to content

Commit 6b2523f

Browse files
build(deps): pre-commit autoupdate (#17)
updates: - [github.com/hakancelikdev/unimport: 1.3.0 → 1.3.1](hakancelikdev/unimport@1.3.0...1.3.1) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/commitizen-tools/commitizen: v4.13.7 → v4.13.8](commitizen-tools/commitizen@v4.13.7...v4.13.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4cc0e6b commit 6b2523f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ repos:
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/hakancelikdev/unimport
23-
rev: 1.3.0
23+
rev: 1.3.1
2424
hooks:
2525
- id: unimport
2626
files: ^src/
2727
language_version: python3.12
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 7.0.0
29+
rev: 8.0.0
3030
hooks:
3131
- id: isort
3232
name: isort-package
3333
files: ^src/
3434
args: [--settings-file, tox.ini]
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 7.0.0
36+
rev: 8.0.0
3737
hooks:
3838
- id: isort
3939
name: isort-stubs
@@ -71,7 +71,7 @@ repos:
7171
files: ^src/
7272
args: [--config, tox.ini]
7373
- repo: https://github.com/commitizen-tools/commitizen
74-
rev: v4.13.7
74+
rev: v4.13.8
7575
hooks:
7676
- id: commitizen
7777
- id: commitizen-branch

0 commit comments

Comments
 (0)