Skip to content

Commit 9111baf

Browse files
[pre-commit.ci] pre-commit autoupdate (#2235)
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
1 parent ab83832 commit 9111baf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.19.1
3+
rev: v3.21.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
@@ -12,7 +12,7 @@ repos:
1212
args: ["--in-place", "--ignore-pass-after-docstring"]
1313

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

@@ -22,28 +22,28 @@ 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]
2929
additional_dependencies:
3030
- tomli
3131

3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v5.0.0
33+
rev: v6.0.0
3434
hooks:
3535
- id: check-merge-conflict
3636
- id: check-toml
3737
- id: check-yaml
3838
- id: mixed-line-ending
3939

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

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

0 commit comments

Comments
 (0)