Skip to content

Commit 36200e0

Browse files
[pre-commit.ci] pre-commit autoupdate (#155)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5ab7c3c commit 36200e0

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,7 +1,7 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.1.0
4+
rev: 22.3.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
@@ -11,7 +11,7 @@ repos:
1111
- id: blacken-docs
1212
additional_dependencies: [black==19.3b0]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.1.0
14+
rev: v4.2.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer

0 commit comments

Comments
 (0)