mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Compare commits
No commits in common. "78524361193a277a20521c49418b25b44c813d1d" and "3c38527236b5575be1dd7217c26a9886664a6ecf" have entirely different histories.
7852436119
...
3c38527236
2 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.2
|
||||
rev: v0.5.1
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
@ -50,7 +50,7 @@ repos:
|
|||
- id: prettier
|
||||
types_or: [javascript, css]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.7.0
|
||||
rev: v9.6.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--fix]
|
||||
|
|
|
@ -66,7 +66,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.108.2
|
||||
hypothesis==6.106.1
|
||||
# via -r requirements-dev.in
|
||||
identify==2.6.0
|
||||
# via pre-commit
|
||||
|
@ -155,7 +155,7 @@ requests==2.32.3
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.5.2
|
||||
ruff==0.5.1
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.22.0
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue