Merge branch 'pybind:master' into master

This commit is contained in:
Steve R. Sun 2022-07-06 07:33:49 +08:00 committed by GitHub
commit ae1880f848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ repos:
# Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black
rev: "22.3.0" # Keep in sync with blacken-docs
rev: "22.6.0" # Keep in sync with blacken-docs
hooks:
- id: black
@ -55,11 +55,11 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==22.3.0 # keep in sync with black hook
- black==22.6.0 # keep in sync with black hook
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: "v1.2.0"
rev: "v1.3.0"
hooks:
- id: remove-tabs
@ -107,7 +107,7 @@ repos:
# PyLint has native support - not always usable, but works for us
- repo: https://github.com/PyCQA/pylint
rev: "v2.14.3"
rev: "v2.14.4"
hooks:
- id: pylint
files: ^pybind11
@ -164,7 +164,7 @@ repos:
# Clang format the codebase automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v14.0.5"
rev: "v14.0.6"
hooks:
- id: clang-format
types_or: [c++, c, cuda]