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/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.267...v0.0.270)
- [github.com/python-poetry/poetry: 1.4.0 → 1.5.0](python-poetry/poetry@1.4.0...1.5.0)
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2023
1 parent 0866541 commit d254f58
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 @@ -54,7 +54,7 @@ repos:

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.0.267'
rev: 'v0.0.270'
hooks:
- id: "ruff"

Expand All @@ -64,7 +64,7 @@ repos:
- id: "nbstripout"

- repo: "https://github.com/python-poetry/poetry"
rev: "1.4.0"
rev: "1.5.0"
hooks:
- id: "poetry-check"
- id: "poetry-lock"
Expand Down

0 comments on commit d254f58

Please sign in to comment.