mirror of https://github.com/mamba-org/mamba.git
bump clang-format to 13.0.1 and make it work again
This commit is contained in:
parent
49607601a3
commit
7f9c5adb77
|
@ -47,6 +47,6 @@ SpacesInCStyleCastParentheses: 'false'
|
|||
SpacesInContainerLiterals: 'false'
|
||||
SpacesInParentheses: 'false'
|
||||
SpacesInSquareBrackets: 'false'
|
||||
Standard: Cpp11
|
||||
Standard: c++17
|
||||
TabWidth: '4'
|
||||
UseTab: Never
|
||||
|
|
|
@ -42,7 +42,8 @@ repos:
|
|||
- flake8-bugbear==22.1.11
|
||||
- flake8-isort==4.1.1
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v11.1.0
|
||||
rev: v13.0.1
|
||||
hooks:
|
||||
- id: clang-format
|
||||
args: [--style=file]
|
||||
args: [--style=file, -i]
|
||||
exclude: ".json"
|
||||
|
|
Loading…
Reference in New Issue