Skip to content

Commit

Permalink
don't fix relative imports for now
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Nov 24, 2024
1 parent 5b0a2ce commit dbb7fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ select = [
"TID", # flake8-tidy-imports
"W",
]
extend-safe-fixes = [
"TID252", # absolute imports
]
fixable = ["I", "TID252", "UP"]
# extend-safe-fixes = [
# "TID252", # absolute imports
# ]
fixable = ["I", "UP"]

[tool.ruff.lint.isort]
known-first-party = ["pangeo_forge_recipes"]
Expand Down

0 comments on commit dbb7fdf

Please sign in to comment.