Skip to content

Commit e3c34c0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 10c069d commit e3c34c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-executables-have-shebangs
1919
- id: check-yaml
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.19.0
21+
rev: v3.19.1
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py38-plus]
@@ -34,7 +34,7 @@ repos:
3434
- id: nbqa-isort
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.13.2
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
name: isort (python)

0 commit comments

Comments
 (0)