Skip to content

Commit 32583a0

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/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/psf/black: 23.10.1 → 24.2.0](psf/black@23.10.1...24.2.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 f32883a commit 32583a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: check-merge-conflict
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
args: [--profile, black, --line-length=120]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
@@ -25,13 +25,13 @@ repos:
2525
exclude: migrations
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.10.1
28+
rev: 24.2.0
2929
hooks:
3030
- id: black
3131
args: [--line-length=120]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: 'v1.6.1'
34+
rev: 'v1.8.0'
3535
hooks:
3636
- id: mypy
3737
args: [--strict]

0 commit comments

Comments
 (0)