Skip to content

Commit 930ce68

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.16.1](pre-commit/mirrors-mypy@v1.11.2...v1.16.1)
1 parent 0ee8b24 commit 930ce68

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
@@ -8,20 +8,20 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.13.2
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222
args: [--max-line-length=125]
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.2
24+
rev: v1.16.1
2525
hooks:
2626
- id: mypy
2727
args: [--no-strict-optional]

0 commit comments

Comments
 (0)