Skip to content

Commit 699d64b

Browse files
authored
Bump to ruff 0.9.6 and fix violations (#3799)
1 parent 6f1f5d7 commit 699d64b

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
# Dev dependencies (style checks)
2828
- codespell
2929
- pre-commit
30-
- ruff>=0.9.0
30+
- ruff>=0.9.6
3131
# Dev dependencies (unit testing)
3232
- matplotlib-base
3333
- pytest>=6.0

pygmt/encodings.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# noqa: A005
21
"""
32
Character encodings supported by GMT.
43

pygmt/helpers/tempfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# noqa: A005
21
"""
32
Utilities for dealing with temporary file management.
43
"""

pygmt/io.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# noqa: A005
21
"""
32
PyGMT input/output (I/O) utilities.
43
"""

pygmt/src/select.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# noqa: A005
21
"""
32
select - Select data table subsets based on multiple spatial criteria.
43
"""

0 commit comments

Comments
 (0)