Skip to content

Commit 3f79fd8

Browse files
[pre-commit.ci] pre-commit autoupdate (#179)
updates: - [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3) - [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](asottile/pyupgrade@v2.23.0...v2.23.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b82d92 commit 3f79fd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: fix-encoding-pragma
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.9.2
18+
rev: 5.9.3
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.23.0
23+
rev: v2.23.1
2424
hooks:
2525
- id: pyupgrade
2626

0 commit comments

Comments
 (0)