Merge branch 'master' into sh_merge_master

This commit is contained in:
Ralf W. Grosse-Kunstleve
2022-05-02 12:41:48 -07:00
26 changed files with 176 additions and 136 deletions

View File

@@ -73,7 +73,7 @@ repos:
# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: "v1.2.5"
rev: "v1.3.1"
hooks:
- id: pycln
stages: [manual]
@@ -167,7 +167,7 @@ repos:
# Clang format the codebase automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v13.0.1"
rev: "v14.0.1"
hooks:
- id: clang-format
types_or: [c++, c, cuda]