Skip to content

Commit 1c052cc

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.1](asottile/pyupgrade@v2.21.2...v2.23.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/pycqa/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
1 parent c307926 commit 1c052cc

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.21.2
3+
rev: v2.23.1
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

8-
- repo: https://gitlab.com/pycqa/flake8
8+
- repo: https://github.com/PyCQA/flake8
99
rev: 3.9.2
1010
hooks:
1111
- id: flake8
@@ -24,6 +24,6 @@ repos:
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.9.2
27+
rev: 5.9.3
2828
hooks:
2929
- id: isort

0 commit comments

Comments
 (0)