Skip to content

Commit a40be94

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0)
1 parent 09445cc commit a40be94

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
@@ -17,25 +17,25 @@ repos:
1717
args: [--py37-plus]
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.12.0
20+
rev: 5.13.2
2121
hooks:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.10.1
25+
rev: 24.1.1
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.1.0
30+
rev: 7.0.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
3434
- flake8-comprehensions
3535
- flake8-bugbear
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.6.1
38+
rev: v1.8.0
3939
hooks:
4040
- id: mypy
4141
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)