Skip to content

Commit aefa94d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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: "971923581912ef60a6b70dbf0c3e9a39563c9d47" # frozen: v0.11.4
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)