Skip to content

Commit

Permalink
Add poetry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Mar 12, 2024
1 parent 330153f commit cf00fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
hooks:
- id: toml-sort
args: []
files: pyproject.toml
files: pyproject\.toml|poetry\.toml

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.13.4
Expand Down
2 changes: 2 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[installer]
no-binary = ["lxml"]

0 comments on commit cf00fc2

Please sign in to comment.