Skip to content

Commit d4e0433

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.5.0 → 1.7.0](python-poetry/poetry@1.5.0...1.7.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent c3001e0 commit d4e0433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/python-poetry/poetry
3-
rev: 1.5.0
3+
rev: 1.7.0
44
hooks:
55
- id: poetry-check
66
- id: poetry-lock
77
- id: poetry-export
88
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--without-hashes"]
99

1010
- repo: https://github.com/psf/black
11-
rev: 23.3.0
11+
rev: 23.12.1
1212
hooks:
1313
- id: black
1414
exclude: alembic
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.12.0
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
# options in pyproject.toml

0 commit comments

Comments
 (0)