Skip to content

Commit 3462a2d

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/PyCQA/pylint: v3.3.9 → v4.0.2](pylint-dev/pylint@v3.3.9...v4.0.2) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 6d45f56 commit 3462a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ repos:
5151
- flake8-bugbear
5252
- flake8-comprehensions
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 6.1.0
54+
rev: 7.0.0
5555
hooks:
5656
- id: isort
5757
args: [--profile, black, --multi-line, "3"]
5858
- repo: https://github.com/PyCQA/pylint
59-
rev: v3.3.9
59+
rev: v4.0.2
6060
hooks:
6161
- id: pylint
6262
exclude: (?x)( telecarla_depth_rgb | telecarla_lidar )
6363
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.20.0
64+
rev: v3.21.0
6565
hooks:
6666
- id: pyupgrade
6767
args: [--py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)