Skip to content

Commit 20c0a8b

Browse files
authored
Merge pull request #3079 from Unidata/dependabot-pip-ci-ruff-0.0.274
CI: (deps): Bump ruff from 0.0.272 to 0.0.274 in /ci
2 parents eb3fa00 + 7aa7057 commit 20c0a8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/linting_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff==0.0.272
1+
ruff==0.0.274
22

33
flake8==6.0.0
44
pycodestyle==2.10.0

src/metpy/io/gempak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def _convert_clouds(cover, height, missing=-9999):
563563
return code
564564

565565

566-
class GempakFile():
566+
class GempakFile:
567567
"""Base class for GEMPAK files.
568568
569569
Reads ubiquitous GEMPAK file headers (i.e., the data management portion of

0 commit comments

Comments
 (0)