mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Compare commits
2 commits
b307fbfa0d
...
b75bc3332b
Author | SHA1 | Date | |
---|---|---|---|
|
b75bc3332b | ||
|
d85daa90f3 |
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.1
|
||||
rev: v0.5.2
|
||||
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.6.0
|
||||
rev: v9.7.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--fix]
|
||||
|
|
|
@ -133,7 +133,7 @@ requests==2.32.3
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.5.1
|
||||
ruff==0.5.2
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.22.0
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue