diff --git a/.clang-tidy b/.clang-tidy index e7a46d93..8051c4ec 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -18,7 +18,7 @@ CheckOptions: - key: readability-identifier-length.MinimumLoopCounterNameLength value: 1 - key: readability-identifier-length.IgnoredVariableNames - value: '^[defijkpuvw]$' + value: '^[defijkptuvw]$' # More options here: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html - key: readability-identifier-naming.NamespaceCase value: lower_case @@ -38,8 +38,6 @@ CheckOptions: value: UPPER_CASE - key: readability-identifier-naming.EnumConstantCase value: lower_case - - key: readability-identifier-naming.ConstexprVariableCase - value: lower_case - key: readability-identifier-naming.GlobalConstantCase value: UPPER_CASE - key: readability-identifier-naming.MemberConstantCase @@ -47,4 +45,6 @@ CheckOptions: - key: readability-identifier-naming.StaticConstantCase value: CamelCase - key: readability-function-cognitive-complexity.Threshold - value: 15 + value: 10 + - key: readability-function-size.ParameterThreshold + value: 4 diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 40fb4788..3ef31d86 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile --pre bindings/python/requirements.in # -opengeode-core==14.*,>=14.5.0rc9 +opengeode-core==14.*,>=14.5.0rc11 # via # -r bindings/python/requirements.in # opengeode-geosciences # opengeode-geosciencesio # opengeode-io -opengeode-geosciences==7.*,>=7.1.7rc3 +opengeode-geosciences==7.*,>=7.1.7rc4 # via # -r bindings/python/requirements.in # opengeode-geosciencesio