Skip to content
Snippets Groups Projects
Commit 5cb816fb authored by Eva Bardou's avatar Eva Bardou :frog: Committed by Yoann Schneider
Browse files

Remove `setuptools` from third-parties

parent f01784f3
No related branches found
No related tags found
1 merge request!612Remove `setuptools` from third-parties
Pipeline #205847 passed
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.8.3
hooks:
# Run the linter.
- id: ruff
......
......@@ -102,7 +102,6 @@ known-third-party = [
"pytest",
"requests",
"responses",
"setuptools",
"shapely",
"tenacity",
"yaml",
......
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.8.3
hooks:
# Run the linter.
- id: ruff
......
......@@ -70,4 +70,4 @@ select = [
[tool.ruff.lint.isort]
known-first-party = ["arkindex", "arkindex_worker"]
known-third-party = ["pytest", "setuptools"]
known-third-party = ["pytest"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment