Skip to content

Commit ff509c6

Browse files
committed
pre-commit autoupdate
1 parent 8d56dd3 commit ff509c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: 18.6b4
4+
rev: 19.3b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
88
language_version: python3.6
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v1.3.0
10+
rev: v2.3.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer

0 commit comments

Comments
 (0)