Skip to content

Commit 232762f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.9.1 → 5.9.3](PyCQA/isort@5.9.1...5.9.3) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
1 parent 95459b9 commit 232762f

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)