Skip to content

Commit b4f70cc

Browse files
authored
Merge pull request #507 from nschloe/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 95459b9 + 232762f commit b4f70cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.9.1
3+
rev: 5.9.3
44
hooks:
55
- id: isort
66

7-
- repo: https://github.com/python/black
8-
rev: 21.6b0
7+
- repo: https://github.com/psf/black
8+
rev: 21.7b0
99
hooks:
1010
- id: black
1111
language_version: python3
1212

13-
- repo: https://gitlab.com/pycqa/flake8
13+
- repo: https://github.com/PyCQA/flake8
1414
rev: 3.9.2
1515
hooks:
1616
- id: flake8

0 commit comments

Comments
 (0)