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 798bc08Copy full SHA for 798bc08
.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.1.3
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.11.11
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.27.0
41
42
- id: eslint
43
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments