Skip to content

Commit

Permalink
Merge pull request #28 from MinatoAquaCrews/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
⬆️ auto update by pre-commit hooks
  • Loading branch information
KafCoppelia authored Nov 7, 2023
2 parents 0c708a5 + b3a0bd8 commit 3828af5
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,7 +13,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
stages: [commit]
Expand All @@ -26,7 +26,7 @@ repos:
stages: [commit]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -36,7 +36,7 @@ repos:
- id: check-json

- repo: https://github.com/python-poetry/poetry
rev: 1.6.1
rev: 1.7.0
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit 3828af5

Please sign in to comment.