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/pre-commit/pre-commit-hooks: v2.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v2.3.0...v4.4.0)
- [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.276](astral-sh/ruff-pre-commit@v0.0.245...v0.0.276)
- [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 Jul 3, 2023
1 parent db63a91 commit 8b13b62
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 @@ -4,7 +4,7 @@ ci:
skip: [poetry-lock]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: detect-aws-credentials
Expand All @@ -13,16 +13,16 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- 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.276'
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 8b13b62

Please sign in to comment.