-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump extensions -django-anymail -django-extensions * remove django-fsm-log * dependabot limit * disable dependabot labels * delete pre-commit * bump django-debug-toolbar * remove Pillow * remove comments * remove runtime.txt (use DO defaults for security purposes) * requirements - bump all code_quality - remove types-requests
- Loading branch information
1 parent
2655da5
commit cd3163a
Showing
10 changed files
with
10 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Basic set up for three package managers | ||
version: 2 | ||
updates: | ||
# Python / Django Backend | ||
- package-ecosystem: "pip" | ||
directory: "/backend" | ||
schedule: | ||
interval: "weekly" | ||
day: "saturday" | ||
open-pull-requests-limit: 10 | ||
labels: [ ] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Code quality | ||
# ------------------------------------------------------------------------------ | ||
black==23.3.0 # https://github.com/psf/black | ||
django-stubs[compatible-mypy]==1.11.0 # https://github.com/typeddjango/django-stubs | ||
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django | ||
mypy==0.950 # https://github.com/python/mypy | ||
ruff==0.0.270 # https://github.com/charliermarsh/ruff | ||
types-requests | ||
black==24.2.0 # https://github.com/psf/black | ||
django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs | ||
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django | ||
mypy==1.7.1 # https://github.com/python/mypy | ||
ruff==0.2.2 # https://github.com/charliermarsh/ruff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.