Skip to content

Commit 768ba1e

Browse files
[pre-commit.ci] pre-commit autoupdate (#186)
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9ef18ab commit 768ba1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Adds a standard feel to import segments
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.0
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
args:
@@ -33,7 +33,7 @@ repos:
3333

3434
# Flake8 for linting, line-length adjusted to match Black default
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.1.1
36+
rev: 7.1.2
3737
hooks:
3838
- id: flake8
3939
additional_dependencies:
@@ -43,6 +43,6 @@ repos:
4343

4444
# Type enforcement for Python
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.14.1
46+
rev: v1.15.0
4747
hooks:
4848
- id: mypy

0 commit comments

Comments
 (0)