Merge branch 'master' into sh_merge_master

This commit is contained in:
Ralf W. Grosse-Kunstleve
2022-07-21 06:53:22 -07:00
24 changed files with 452 additions and 154 deletions

View File

@@ -73,7 +73,7 @@ repos:
# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: "v2.0.1"
rev: "v2.0.4"
hooks:
- id: pycln
stages: [manual]
@@ -110,7 +110,7 @@ repos:
# PyLint has native support - not always usable, but works for us
- repo: https://github.com/PyCQA/pylint
rev: "v2.14.4"
rev: "v2.14.5"
hooks:
- id: pylint
files: ^pybind11