Skip to content

Commit 3c45bad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 895ebb389825c29bd4e0addcf7579d6c69d199cc → 2c8dce6094fa2b4b668e74f694ca63ceffd38614](astral-sh/ruff-pre-commit@895ebb3...2c8dce6) - [github.com/python-poetry/poetry: bd500dd3bdfaec3de6894144c9cedb3a9358be84 → 6e61c8b25f034aea350284a426499c70be2fa816](python-poetry/poetry@bd500dd...6e61c8b)
1 parent 01c99a6 commit 3c45bad

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: "2c8dce6094fa2b4b668e74f694ca63ceffd38614" # frozen: v0.9.9
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: "6e61c8b25f034aea350284a426499c70be2fa816" # frozen: 2.1.1
1919
hooks:
2020
- id: poetry-check
2121
args: ["--lock"]

0 commit comments

Comments
 (0)