Skip to content

Commit 0731916

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.1.4 → 2.2.0](python-poetry/poetry@2.1.4...2.2.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) - [github.com/biomejs/pre-commit: v2.2.0 → v2.2.4](biomejs/pre-commit@v2.2.0...v2.2.4)
1 parent b2b98b9 commit 0731916

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
- pytest
55
repos:
66
- repo: https://github.com/python-poetry/poetry
7-
rev: 2.1.4
7+
rev: 2.2.0
88
hooks:
99
- id: poetry-check
1010
- id: poetry-lock
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
name: isort (python)
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.17.1
35+
rev: v1.18.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-pyyaml==6.0.12.20240808]
@@ -51,7 +51,7 @@ repos:
5151
- id: flake8
5252
additional_dependencies: []
5353
- repo: https://github.com/biomejs/pre-commit
54-
rev: "v2.2.0"
54+
rev: "v2.2.4"
5555
hooks:
5656
- id: biome-check
5757
additional_dependencies: ["@biomejs/biome@1.8.3"]

0 commit comments

Comments
 (0)