Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisbonneau authored and github-actions[bot] committed Oct 6, 2023
1 parent 0a93ab5 commit 389552a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,12 @@ CheckOptions:
- key: readability-identifier-naming.MemberConstantCase
value: CamelCase
- key: readability-identifier-naming.StaticConstantCase
value: CamelCase
value: lower_case
- key: readability-function-cognitive-complexity.Threshold
value: 10
- key: readability-function-size.ParameterThreshold
value: 4
- key: misc-include-cleaner.IgnoreHeaders
value: '
cstddef
.*_export\.h;
geode/.*/common\.h;
geode/basic/types\.h;
geode/basic/assert\.h;
'
value: utility;cstddef;geode/.*_export\.h;geode/.*/common\.h;geode/basic/types\.h;geode/basic/assert\.h;


2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.9.1rc3
opengeode-core==14.*,>=14.9.1rc4
# via
# -r bindings/python/requirements.in
# opengeode-geosciences
Expand Down

0 comments on commit 389552a

Please sign in to comment.