Skip to content

Commit f8f489b

Browse files
[pre-commit.ci] pre-commit autoupdate (#2248)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](rbubley/mirrors-prettier@v3.4.2...v3.5.3) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 01e1bc1 commit f8f489b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121

2222
# Automatically sort python imports
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.0
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
args: [--profile, black]
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.14.1
38+
rev: v1.15.0
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -63,7 +63,7 @@ repos:
6363

6464
# Autoformat: YAML, JSON, Markdown, etc.
6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.4.2
66+
rev: v3.5.3
6767
hooks:
6868
- id: prettier
6969

@@ -120,7 +120,7 @@ repos:
120120

121121
# Lint: Python
122122
- repo: https://github.com/PyCQA/flake8
123-
rev: 7.1.1
123+
rev: 7.1.2
124124
hooks:
125125
- id: flake8
126126

0 commit comments

Comments
 (0)