Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2495)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.286...v0.0.290)
- [github.com/python-poetry/poetry: 1.5.0 → 1.6.0](python-poetry/poetry@1.5.0...1.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Sep 24, 2023
1 parent 13f95c5 commit d1d87d9
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 @@ -7,7 +7,7 @@ ci:
# https://pre-commit.com/#adding-pre-commit-plugins-to-your-project
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.290
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -20,7 +20,7 @@ repos:
require_serial: true
args: ["."]
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.6.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit d1d87d9

Please sign in to comment.