Skip to content

Commit 66879f5

Browse files
[pre-commit.ci] pre-commit autoupdate (#166)
updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2) - [github.com/asottile/pyupgrade: v2.19.1 → v2.21.2](asottile/pyupgrade@v2.19.1...v2.21.2) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 224f71c commit 66879f5

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
@@ -15,16 +15,16 @@ repos:
1515
- id: fix-encoding-pragma
1616

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

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

27-
- repo: https://gitlab.com/pycqa/flake8
27+
- repo: https://github.com/PyCQA/flake8
2828
rev: 3.9.2
2929
hooks:
3030
- id: flake8

0 commit comments

Comments
 (0)