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

Commit ec4fb83

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2)
1 parent 002cd32 commit ec4fb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: requirements-txt-fixer
1515
- id: forbid-new-submodules
1616
- repo: https://github.com/psf/black
17-
rev: 23.11.0
17+
rev: 23.12.0
1818
hooks:
1919
- id: black
2020
language_version: python3.9
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.1
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)