Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 857e6c3

Browse files
authored
Merge pull request #22 from MarcoGorelli/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d935662 + e2d5245 commit 857e6c3

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
@@ -13,7 +13,7 @@ repos:
1313
rev: v1.17.0
1414
hooks:
1515
- id: setup-cfg-fmt
16-
- repo: https://gitlab.com/pycqa/flake8
16+
- repo: https://github.com/PyCQA/flake8
1717
rev: 3.9.0
1818
hooks:
1919
- id: flake8
@@ -25,7 +25,7 @@ repos:
2525
- id: black
2626
args: [--line-length, '79']
2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.6.0
28+
rev: 5.8.0
2929
hooks:
3030
- id: isort
3131
args: [--profile, black]
@@ -35,7 +35,7 @@ repos:
3535
- id: add-trailing-comma
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.11.0
38+
rev: v2.12.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]

0 commit comments

Comments
 (0)