Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 9c1a8ce commit b67dfd9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions compliance_checker/cf/cf_1_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,13 @@ def check_child_attr_data_types(self, ds):
"""

ctx = TestCtx(BaseCheck.MEDIUM, self.section_titles["2.5"])
special_attrs = ("actual_range", "valid_min", "valid_max",
"valid_range", "_FillValue")
special_attrs = (
"actual_range",
"valid_min",
"valid_max",
"valid_range",
"_FillValue",
)

for _var_name, var in ds.variables.items():
for att_name in special_attrs:
Expand Down

0 comments on commit b67dfd9

Please sign in to comment.