Skip to content

Commit f8365fa

Browse files
[pre-commit.ci] pre-commit autoupdate (#41)
updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.3.0...v4.0.1) - [github.com/psf/black: 20.8b1 → 21.8b0](psf/black@20.8b1...21.8b0) - [github.com/pycqa/isort: 5.7.0 → 5.9.3](PyCQA/isort@5.7.0...5.9.3)
1 parent 8fe3afd commit f8365fa

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,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.0.1
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/psf/black
7-
rev: 20.8b1 # https://github.com/psf/black/tags
7+
rev: 21.8b0
88
hooks:
99
- id: black
1010
language_version: python3
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.7.0
12+
rev: 5.9.3
1313
hooks:
1414
- id: isort

0 commit comments

Comments
 (0)