mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update pre-commit
This commit is contained in:
parent
bdb97645a9
commit
35118c3593
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ repos:
|
|||
- id: prettier
|
||||
types_or: [javascript, css]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v8.33.0
|
||||
rev: v8.34.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--fix]
|
||||
types_or: [javascript, css]
|
||||
additional_dependencies:
|
||||
- eslint@8.32.0
|
||||
- eslint@8.34.0
|
||||
- eslint-config-prettier@8.5.0
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: 0.9.1
|
||||
|
|
Loading…
Reference in a new issue