We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662533 commit 39bb842Copy full SHA for 39bb842
1 file changed
pyproject.toml
@@ -167,6 +167,7 @@ ignore_missing_imports = true
167
[tool.ruff]
168
line-length = 88
169
lint.select = ["E", "F", "I"]
170
+lint.isort.known-first-party = ["pystac"]
171
172
[tool.pytest.ini_options]
173
filterwarnings = ["error"]
0 commit comments