Skip to content

Commit fdb87dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 895ebb389825c29bd4e0addcf7579d6c69d199cc → 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6](astral-sh/ruff-pre-commit@895ebb3...25a8c8d) - [github.com/python-poetry/poetry: bd500dd3bdfaec3de6894144c9cedb3a9358be84 → 2950bd6e9a387cea84ecc808a598473443ad9b9c](python-poetry/poetry@bd500dd...2950bd6)
1 parent 01c99a6 commit fdb87dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "895ebb389825c29bd4e0addcf7579d6c69d199cc" # frozen: v0.9.6
12+
rev: "25a8c8da6c24a3b9a1a536e2674683dd0eead5d6" # frozen: v0.11.2
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
1717
- repo: https://github.com/python-poetry/poetry
18-
rev: "bd500dd3bdfaec3de6894144c9cedb3a9358be84" # frozen: 2.0.1
18+
rev: "2950bd6e9a387cea84ecc808a598473443ad9b9c" # frozen: 2.1.2
1919
hooks:
2020
- id: poetry-check
2121
args: ["--lock"]

0 commit comments

Comments
 (0)