Skip to content

Commit 9ae559d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](asottile/pyupgrade@v2.23.0...v2.23.1) - [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
1 parent 3739db2 commit 9ae559d

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
@@ -21,13 +21,13 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.23.0
24+
rev: v2.23.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
exclude: *fixtures
2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.9.2
30+
rev: 5.9.3
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)