Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ repos:
hooks:
- id: black
- repo: https://github.com/hakancelikdev/unimport
rev: 1.3.0
rev: 1.3.1
hooks:
- id: unimport
files: ^src/
language_version: python3.12
- repo: https://github.com/PyCQA/isort
rev: 7.0.0
rev: 8.0.0
hooks:
- id: isort
name: isort-package
files: ^src/
args: [--settings-file, tox.ini]
- repo: https://github.com/PyCQA/isort
rev: 7.0.0
rev: 8.0.0
hooks:
- id: isort
name: isort-stubs
Expand Down Expand Up @@ -71,7 +71,7 @@ repos:
files: ^src/
args: [--config, tox.ini]
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.13.7
rev: v4.13.8
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down