bump clang-format to 13.0.1 and make it work again

This commit is contained in:
Wolf Vollprecht 2022-02-22 15:52:30 +01:00
parent 49607601a3
commit 7f9c5adb77
2 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,6 @@ SpacesInCStyleCastParentheses: 'false'
SpacesInContainerLiterals: 'false'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
Standard: Cpp11
Standard: c++17
TabWidth: '4'
UseTab: Never

View File

@ -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"