Merge branch 'master' into sh_merge_master

This commit is contained in:
Ralf W. Grosse-Kunstleve
2022-05-17 16:37:59 -07:00
9 changed files with 38 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ repos:
# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v2.32.0"
rev: "v2.32.1"
hooks:
- id: pyupgrade
args: [--py36-plus]
@@ -167,7 +167,7 @@ repos:
# Clang format the codebase automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v14.0.1"
rev: "v14.0.3"
hooks:
- id: clang-format
types_or: [c++, c, cuda]