Skip to content

Commit bbd9c7e

Browse files
committed
Updated isort and ruff versions
1 parent e8fc9e7 commit bbd9c7e

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
@@ -35,14 +35,14 @@ repos:
3535
name: Format code style
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.13.2
38+
rev: 6.0.1
3939
hooks:
4040
- id: isort
4141
args: [-m=3]
4242
name: Sort imports
4343

4444
- repo: https://github.com/charliermarsh/ruff-pre-commit
45-
rev: v0.9.3
45+
rev: v0.11.5
4646
hooks:
4747
- id: ruff
4848
args: [--exit-non-zero-on-fix, --fix, --line-length=180]

0 commit comments

Comments
 (0)