Merge branch 'pybind:master' into master

This commit is contained in:
Steve R. Sun 2021-12-07 09:34:10 +08:00 committed by GitHub
commit 58771146a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ repos:
# Black, the code formatter, natively supports pre-commit # Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.11b1 # Keep in sync with blacken-docs rev: 21.12b0 # Keep in sync with blacken-docs
hooks: hooks:
- id: black - id: black
@ -53,7 +53,7 @@ repos:
hooks: hooks:
- id: blacken-docs - id: blacken-docs
additional_dependencies: additional_dependencies:
- black==21.11b1 # keep in sync with black hook - black==21.12b0 # keep in sync with black hook
# Changes tabs to spaces # Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks