Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 79b391b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.1.0 → 23.12.0](psf/black@23.1.0...23.12.0) - [github.com/python-poetry/poetry: 1.4.0 → 1.7.0](python-poetry/poetry@1.4.0...1.7.0)
1 parent 05bca0c commit 79b391b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
default_stages: [commit, push]
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -23,11 +23,11 @@ repos:
2323
hooks:
2424
- id: dockerfile_lint
2525
- repo: https://github.com/psf/black
26-
rev: 23.1.0
26+
rev: 23.12.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/python-poetry/poetry
30-
rev: 1.4.0
30+
rev: 1.7.0
3131
hooks:
3232
- id: poetry-check
3333
# - id: poetry-lock # broken on pre-commit.ci

0 commit comments

Comments
 (0)