We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab7c3c commit 36200e0Copy full SHA for 36200e0
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: doc/en/example/py2py3/test_py2.py
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 22.1.0
+ rev: 22.3.0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
@@ -11,7 +11,7 @@ repos:
11
- id: blacken-docs
12
additional_dependencies: [black==19.3b0]
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.1.0
+ rev: v4.2.0
15
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
0 commit comments