Skip to content

Commit

Permalink
Replace isort with Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Nov 27, 2024
1 parent 4644397 commit 9c62efc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = ["version"]
Repository = "https://github.com/SkypLabs/faker-wifi-essid"

[project.optional-dependencies]
dev = ["isort", "ruff"]
dev = ["ruff"]
docs = ["Sphinx >= 3.2", "sphinx_rtd_theme >= 0.5.0"]
tests = ["tox"]

Expand All @@ -46,3 +46,7 @@ version = {attr = "faker_wifi_essid.__version__"}

[tool.setuptools.packages.find]
where = ["src"]

[tool.ruff.lint]
# Enable the isort rules.
extend-select = ["I"]

0 comments on commit 9c62efc

Please sign in to comment.