mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Compare commits
No commits in common. "7e61594fa26948691ba3cd5406f94598599c4cb1" and "78be4d2728b139a4b501e6b52fe64c25a352ad09" have entirely different histories.
7e61594fa2
...
78be4d2728
4 changed files with 11 additions and 11 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.1.13
|
rev: v0.1.11
|
||||||
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-alpha.1
|
rev: v9.0.0-alpha.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
@ -59,7 +59,7 @@ repos:
|
||||||
- eslint@8.36.0
|
- eslint@8.36.0
|
||||||
- eslint-config-prettier@8.5.0
|
- eslint-config-prettier@8.5.0
|
||||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||||
rev: 1.6.0
|
rev: 1.5.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
- repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
|
|
|
@ -59,7 +59,7 @@ idna==3.6
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# trio
|
# trio
|
||||||
markdown==3.5.2
|
markdown==3.5.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
outcome==1.3.0.post0
|
outcome==1.3.0.post0
|
||||||
# via trio
|
# via trio
|
||||||
|
@ -83,7 +83,7 @@ sortedcontainers==2.4.0
|
||||||
# via trio
|
# via trio
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
# via django
|
# via django
|
||||||
trio==0.24.0
|
trio==0.23.2
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
|
@ -68,7 +68,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.93.1
|
hypothesis==6.92.5
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.33
|
identify==2.5.33
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -81,7 +81,7 @@ iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.2.0
|
invoke==2.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
jinja2==3.1.3
|
jinja2==3.1.2
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
markupsafe==2.1.3
|
markupsafe==2.1.3
|
||||||
# via jinja2
|
# via jinja2
|
||||||
|
@ -157,7 +157,7 @@ requests==2.31.0
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.1.13
|
ruff==0.1.11
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -181,7 +181,7 @@ sqlparse==0.4.4
|
||||||
# django-debug-toolbar
|
# django-debug-toolbar
|
||||||
tenacity==8.2.3
|
tenacity==8.2.3
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.24.0
|
trio==0.23.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
|
|
|
@ -59,7 +59,7 @@ idna==3.6
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# trio
|
# trio
|
||||||
markdown==3.5.2
|
markdown==3.5.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
outcome==1.3.0.post0
|
outcome==1.3.0.post0
|
||||||
# via trio
|
# via trio
|
||||||
|
@ -83,7 +83,7 @@ sortedcontainers==2.4.0
|
||||||
# via trio
|
# via trio
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
# via django
|
# via django
|
||||||
trio==0.24.0
|
trio==0.23.2
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
|
|
Loading…
Reference in a new issue