Skip to content

Commit

Permalink
🔧 config(flake8): equinox import alias (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Jan 29, 2025
1 parent 81ed4eb commit a7887bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ UNXT_ENABLE_RUNTIME_TYPECHECKING = "beartype.beartype"
"noxfile.py" = ["T20"]
"tests/**" = ["ANN", "E731", "S101", "SLF001", "T20"]

[tool.ruff.lint.flake8-import-conventions.aliases]
equinox = "eqx"

[tool.ruff.lint.isort]
combine-as-imports = true
extra-standard-library = ["typing_extensions"]
Expand Down

0 comments on commit a7887bb

Please sign in to comment.