Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 1971a8f

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 3ff5ec9 commit 1971a8f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 19.3b0
2+
- repo: https://github.com/psf/black
3+
rev: 20.8b1
44
hooks:
55
- id: black
66
language_version: python3.7
77
exclude: ^docs/
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v1.2.3
9+
rev: v3.4.0
1010
hooks:
1111
- id: flake8
12-
- repo: https://github.com/timothycrosley/isort
13-
rev: 4.3.20
12+
- repo: https://github.com/PyCQA/isort
13+
rev: 5.7.0
1414
hooks:
1515
- id: isort
1616
name: isort

0 commit comments

Comments
 (0)