Skip to content

Commit

Permalink
fix: deactivate extras name normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 8, 2022
1 parent d2e0a29 commit 395a635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ repository = "https://github.com/wntrblm/nox"
nox = "nox.__main__:main"
tox-to-nox = "nox.tox_to_nox:main"

# Disable extra name normalization (tox-to-nox) for back-compat.
[tool.hatch]
metadata.allow-ambiguous-features = true


[tool.isort]
profile = "black"
Expand Down

0 comments on commit 395a635

Please sign in to comment.