Skip to content

Commit 798bc08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.1.3](python-poetry/poetry@1.8.0...2.1.3) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.11.11](astral-sh/ruff-pre-commit@v0.7.1...v0.11.11) - [github.com/pre-commit/mirrors-eslint: v9.13.0 → v9.27.0](pre-commit/mirrors-eslint@v9.13.0...v9.27.0)
1 parent cd2da37 commit 798bc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repos:
1919
args: [ --fix=lf ]
2020

2121
- repo: https://github.com/python-poetry/poetry
22-
rev: 1.8.0
22+
rev: 2.1.3
2323
hooks:
2424
- id: poetry-check
2525
files: pyproject\.toml$
2626
types: [ file ]
2727
args: [ --lock ]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.7.1
30+
rev: v0.11.11
3131
hooks:
3232
- id: ruff
3333
files: \.py$
@@ -37,7 +37,7 @@ repos:
3737
types: [ file ]
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: v9.13.0
40+
rev: v9.27.0
4141
hooks:
4242
- id: eslint
4343
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)