File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515repos :
1616 # Standard hooks
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : v4.3 .0
18+ rev : v6.0 .0
1919 hooks :
2020 - id : check-added-large-files
2121 - id : check-ast
@@ -32,13 +32,13 @@ repos:
3232
3333 # Python hooks
3434 - repo : https://github.com/PyCQA/flake8
35- rev : 6.0 .0
35+ rev : 7.3 .0
3636 hooks :
3737 - id : flake8
3838
3939 # CPP hooks
4040 - repo : https://github.com/pre-commit/mirrors-clang-format
41- rev : ' v14.0.6 '
41+ rev : ' v21.1.5 '
4242 hooks :
4343 - id : clang-format
4444
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ template <typename T>
4848struct is_vector : std::false_type { // NOLINT(*-identifier-naming)
4949};
5050template <typename T>
51- struct is_vector <std::vector<T>> : std::true_type {
52- };
51+ struct is_vector <std::vector<T>> : std::true_type {};
5352
5453/* *
5554 * SFINAE helper to check if a type is a string
You can’t perform that action at this time.
0 commit comments