Skip to content

Commit

Permalink
Merge branch 'main' into add-gallery-legend-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Feb 10, 2025
2 parents 4fcfd53 + 699d64b commit 8f580dc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
# Dev dependencies (style checks)
- codespell
- pre-commit
- ruff>=0.9.0
- ruff>=0.9.6
# Dev dependencies (unit testing)
- matplotlib-base
- pytest>=6.0
Expand Down
1 change: 0 additions & 1 deletion pygmt/encodings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# noqa: A005
"""
Character encodings supported by GMT.
Expand Down
1 change: 0 additions & 1 deletion pygmt/helpers/tempfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# noqa: A005
"""
Utilities for dealing with temporary file management.
"""
Expand Down
1 change: 0 additions & 1 deletion pygmt/io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# noqa: A005
"""
PyGMT input/output (I/O) utilities.
"""
Expand Down
1 change: 0 additions & 1 deletion pygmt/src/select.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# noqa: A005
"""
select - Select data table subsets based on multiple spatial criteria.
"""
Expand Down

0 comments on commit 8f580dc

Please sign in to comment.