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/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.245 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.245...v0.0.275)
- [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] authored Jun 26, 2023
1 parent bf5626c commit 12a7ccf
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 @@ -4,16 +4,16 @@ ci:
skip: [poetry-lock, poetry-export]
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.245'
rev: 'v0.0.275'
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/python-poetry/poetry
rev: '1.4.0' # add version here
rev: '1.5.0' # add version here
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit 12a7ccf

Please sign in to comment.