Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dansahagian committed Jan 3, 2025
1 parent f965337 commit 5df90a7
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.5
rev: v0.8.5
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
4 changes: 4 additions & 0 deletions dev/update-packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

uv lock --upgrade
uv sync
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ description = "Boostrap a Django project"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django-extensions>=3.2.3",
"django-htmlmin>=0.11.0",
"django>=5.1.1",
"gunicorn>=23.0.0",
"psycopg[c]>=3.2.1",
"python-decouple>=3.8",
"django-extensions",
"django-htmlmin",
"django",
"gunicorn",
"psycopg[c]",
"python-decouple",
]

[tool.uv]
dev-dependencies = [
"django-debug-toolbar>=4.4.6",
"factory-boy>=3.3.1",
"ipython>=8.27.0",
"pytest-django>=4.9.0",
"pytest>=8.3.3",
"django-debug-toolbar",
"factory-boy",
"ipython",
"pytest-django",
"pytest",
]

[tool.ruff]
Expand All @@ -36,4 +36,5 @@ exclude = [
".ruff_cache",
"venv",
".venv",
"project/core/migrations"
]
104 changes: 51 additions & 53 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5df90a7

Please sign in to comment.