Skip to content

Commit 8ed53aa

Browse files
committed
fix:flake
1 parent 086b0c1 commit 8ed53aa

File tree

3 files changed

+74
-70
lines changed

3 files changed

+74
-70
lines changed

poetry.lock

Lines changed: 65 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django-tasks-scheduler"
77
packages = [
88
{ include = "scheduler" },
99
]
10-
version = "1.0.2"
10+
version = "1.0.3"
1111
description = "An async job scheduler for django using redis"
1212
readme = "README.md"
1313
keywords = ["redis", "django", "background-jobs", "job-queue", "task-queue", "redis-queue", "scheduled-jobs"]
@@ -65,4 +65,7 @@ yaml = ["pyyaml"]
6565
max-line-length = 119
6666
exclude = [
6767
'scheduler/migrations',
68+
'.venv',
69+
'.github',
70+
'__pycache',
6871
]

0 commit comments

Comments
 (0)