Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 → 36b36942c52d8ce8ae6314461f2d86b1fda158e3](astral-sh/ruff-pre-commit@89c421d...36b3694)
- [github.com/python-poetry/poetry: f03d8f98781934df7910be5b6c14756e047ef432 → bd500dd3bdfaec3de6894144c9cedb3a9358be84](python-poetry/poetry@f03d8f9...bd500dd)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent c893aa3 commit 29a4ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "89c421dff2e1026ba12cdb9ebd731f4a83aa8021" # frozen: v0.8.6
rev: "36b36942c52d8ce8ae6314461f2d86b1fda158e3" # frozen: v0.9.3
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: "f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
rev: "bd500dd3bdfaec3de6894144c9cedb3a9358be84" # frozen: 2.0.1
hooks:
- id: poetry-check
args: ["--lock"]

0 comments on commit 29a4ea5

Please sign in to comment.