Skip to content

Commit ffa6c4e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent a9a67c9 commit ffa6c4e

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
@@ -12,7 +12,7 @@ repos:
1212
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.1
15+
rev: 7.1.2
1616
hooks:
1717
- id: flake8
1818

@@ -22,7 +22,7 @@ repos:
2222
- id: yesqa
2323

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.3.0
25+
rev: v2.4.1
2626
hooks:
2727
- id: codespell # See pyproject.toml for args
2828
args: [--toml, pyproject.toml, --write-changes]
@@ -38,12 +38,12 @@ repos:
3838
- id: mixed-line-ending
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 5.13.2
41+
rev: 6.0.0
4242
hooks:
4343
- id: isort
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.14.1
46+
rev: v1.15.0
4747
hooks:
4848
- id: mypy
4949
pass_filenames: false

0 commit comments

Comments
 (0)