We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2da37 commit fc189cfCopy full SHA for fc189cf
.pre-commit-config.yaml
@@ -19,15 +19,15 @@ repos:
19
args: [ --fix=lf ]
20
21
- repo: https://github.com/python-poetry/poetry
22
- rev: 1.8.0
+ rev: 2.0.1
23
hooks:
24
- id: poetry-check
25
files: pyproject\.toml$
26
types: [ file ]
27
args: [ --lock ]
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.7.1
+ rev: v0.9.4
31
32
- id: ruff
33
files: \.py$
@@ -37,7 +37,7 @@ repos:
37
38
39
- repo: https://github.com/pre-commit/mirrors-eslint
40
- rev: v9.13.0
+ rev: v9.19.0
41
42
- id: eslint
43
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments