Skip to content

Commit

Permalink
⬆ [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.245 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.245...v0.0.291)
- [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1)
- [github.com/python-poetry/poetry: 1.4.0 → 1.6.0](python-poetry/poetry@1.4.0...1.6.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2023
1 parent d524ebb commit 5863054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repos:
- id: end-of-file-fixer
exclude: ^docs
- id: check-executables-have-shebangs
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.245"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.291"
hooks:
- id: ruff
args:
Expand All @@ -20,11 +20,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
rev: 1.6.0
hooks:
- id: poetry-check

Expand Down

0 comments on commit 5863054

Please sign in to comment.