mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 00:28:03 +01:00
Compare commits
2 commits
fd163820ec
...
9bbdfb39ed
Author | SHA1 | Date | |
---|---|---|---|
|
9bbdfb39ed | ||
|
3ff8416ed4 |
4 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: djhtml
|
- id: djhtml
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.3.3
|
rev: v0.3.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
@ -50,7 +50,7 @@ repos:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
types_or: [javascript, css]
|
types_or: [javascript, css]
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v9.0.0-beta.2
|
rev: v9.0.0-rc.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
||||||
#
|
#
|
||||||
asgiref==3.7.2
|
asgiref==3.8.1
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe requirements-dev.in
|
# pip-compile --allow-unsafe requirements-dev.in
|
||||||
#
|
#
|
||||||
asgiref==3.7.2
|
asgiref==3.8.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
|
@ -41,9 +41,9 @@ django==5.0.3
|
||||||
# model-bakery
|
# model-bakery
|
||||||
factory-boy==3.3.0
|
factory-boy==3.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==24.2.0
|
faker==24.3.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.13.1
|
filelock==3.13.3
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
# via wsproto
|
# via wsproto
|
||||||
|
@ -87,7 +87,7 @@ platformdirs==4.2.0
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.4.0
|
pluggy==1.4.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.6.2
|
pre-commit==3.7.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pyproject-hooks==1.0.0
|
pyproject-hooks==1.0.0
|
||||||
# via
|
# via
|
||||||
|
@ -108,7 +108,7 @@ pytest==8.1.1
|
||||||
# pytest-variables
|
# pytest-variables
|
||||||
pytest-base-url==2.1.0
|
pytest-base-url==2.1.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-cov==4.1.0
|
pytest-cov==5.0.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-django==4.8.0
|
pytest-django==4.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -133,7 +133,7 @@ requests==2.31.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.3.3
|
ruff==0.3.4
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.18.1
|
selenium==4.18.1
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe requirements.in
|
# pip-compile --allow-unsafe requirements.in
|
||||||
#
|
#
|
||||||
asgiref==3.7.2
|
asgiref==3.8.1
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
|
|
Loading…
Reference in a new issue