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

Commit cb55711

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent 002cd32 commit cb55711

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
@@ -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.1
1818
hooks:
1919
- id: black
2020
language_version: python3.9
@@ -23,11 +23,11 @@ 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
30-
rev: "v1.7.1"
30+
rev: "v1.8.0"
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:

0 commit comments

Comments
 (0)