Skip to content

Commit

Permalink
Bump to ruff 0.9.6 and fix violations (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Feb 10, 2025
1 parent 6f1f5d7 commit 699d64b
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 699d64b

Please sign in to comment.