Skip to content

Commit

Permalink
fix key in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Dec 1, 2024
1 parent 6c51ad8 commit f1e7774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages = ["maturin"]
bindings = "bin"

[tool.black]
target_version = ['py37']
target-version = ['py37']
extend-exclude = '''
# Ignore cargo-generate templates
^/src/templates
Expand Down

0 comments on commit f1e7774

Please sign in to comment.