Skip to content

Commit 7c352de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.10.0](pre-commit/mirrors-mypy@v0.991...v1.10.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0) - [github.com/jazzband/pip-tools: 6.10.0 → 7.4.1](jazzband/pip-tools@6.10.0...7.4.1)
1 parent ca3d1f5 commit 7c352de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ ci:
55
skip: [pip-compile]
66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 5.13.2
99
hooks:
1010
- id: isort
1111
name: isort
1212
- repo: https://github.com/psf/black
13-
rev: 22.10.0
13+
rev: 24.4.2
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.991
17+
rev: v1.10.0
1818
hooks:
1919
- id: mypy
2020
- repo: https://github.com/pycqa/flake8
21-
rev: 6.0.0
21+
rev: 7.1.0
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/jazzband/pip-tools
25-
rev: 6.10.0
25+
rev: 7.4.1
2626
hooks:
2727
- id: pip-compile
2828
files: ^(pyproject\.toml|requirements\.txt)$

0 commit comments

Comments
 (0)