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: v0.1.3 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.3...v0.1.5)
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent a2ee8aa commit f04330a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.3
rev: v0.1.5
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -29,7 +29,7 @@ repos:
language_version: python3.10

- repo: https://github.com/python-poetry/poetry
rev: "1.6.0" # add version here
rev: "1.7.0" # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
Expand Down

0 comments on commit f04330a

Please sign in to comment.