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

Commit 15615e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [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 15615e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ 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: 24.1.1
1818
hooks:
1919
- id: black
2020
language_version: python3.9
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 6.1.0
22+
rev: 7.0.0
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)