Skip to content

Commit 79dc17c

Browse files
committed
Updated pre-commit
1 parent c355cdb commit 79dc17c

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,15 +1,15 @@
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: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 21.6b0
8+
rev: 21.9b0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.8.0
12+
rev: 5.9.3
1313
hooks:
1414
- id: isort
1515
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)