Skip to content

Commit

Permalink
Activate prettier-plugin-toml for pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hünnemeyer committed Feb 13, 2024
1 parent a8688d7 commit a6e7fb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ overrides:
- files: "CHANGELOG.md"
options:
proseWrap: always
plugins:
- "prettier-plugin-toml"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ dynamic = ["dependencies", "optional-dependencies"]
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.in"] }
optional-dependencies.test = { file = ["requirements-test.txt"] }

```

If you have a Django application that is packaged using `Hatch`, and you
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"tomli; python_version < '3.11'",
# indirect dependencies
"setuptools", # typically needed when pip-tools invokes setup.py
"wheel", # pip plugin needed by pip-tools
"wheel", # pip plugin needed by pip-tools

]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[build-system]
requires = [
"setuptools==68.1.2",
"wheel==0.41.1",
"fake_static_build_dep"
]
requires = ["setuptools==68.1.2", "wheel==0.41.1", "fake_static_build_dep"]
build-backend = "backend"
backend-path = ["backend"]

0 comments on commit a6e7fb7

Please sign in to comment.