Skip to content

Commit

Permalink
chore - rm mdformat & djlint dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Aug 31, 2024
1 parent 53d157c commit 755dd1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 311 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"options": {
"parser": "jinja-template"
}
},
{
"files": ["README.md"],
"options": {
"parser": "markdown"
}
}
]
}
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ test:
lint:
uv run ruff check .
uv run ruff format . --check
uv run mdformat README.md --check
npx prettier . --check

.PHONY: fmt
## Run linting
fmt:
uv run ruff check . --fix
uv run ruff format .
uv run mdformat README.md
npx prettier . --write

.PHONY: clean
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ dev-dependencies = [
"ruff>=0.5.7",
"types-markdown>=3.6.0.20240316",
"httpx>=0.27.0",
"mdformat>=0.7.17",
"mdformat-gfm>=0.3.6",
"mdformat-frontmatter>=2.0.8",
"mdformat-footnote>=0.1.1",
"djlint>=1.34.1",
]

[tool.uv.sources]
Expand Down
Loading

0 comments on commit 755dd1f

Please sign in to comment.