Skip to content

Commit b163ee2

Browse files
chore(deps): bump the pre-commit group with 6 updates
Bumps the pre-commit group with 6 updates: | Package | From | To | | --- | --- | --- | | [https://github.com/henryiii/flake8-lazy](https://github.com/henryiii/flake8-lazy) | `v0.8.3` | `0.8.5` | | [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) | `v2.25.0` | `2.25.3` | | [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.15.19` | `0.16.0` | | [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) | `v2.1.0` | `2.3.0` | | [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) | `v2.4.2` | `2.4.3` | | [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.26.1` | `1.28.0` | Updates `https://github.com/henryiii/flake8-lazy` from v0.8.3 to 0.8.5 - [Release notes](https://github.com/henryiii/flake8-lazy/releases) - [Commits](henryiii/flake8-lazy@v0.8.3...v0.8.5) Updates `https://github.com/tox-dev/pyproject-fmt` from v2.25.0 to 2.25.3 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](tox-dev/pyproject-fmt@v2.25.0...v2.25.3) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.19 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.19...v0.16.0) Updates `https://github.com/pre-commit/mirrors-mypy` from v2.1.0 to 2.3.0 - [Commits](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.4.2...v2.4.3) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.26.1 to 1.28.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](zizmorcore/zizmor-pre-commit@v1.26.1...v1.28.0) --- updated-dependencies: - dependency-name: https://github.com/henryiii/flake8-lazy dependency-version: 0.8.5 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.25.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.28.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ff9327 commit b163ee2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/henryiii/flake8-lazy
22-
rev: v0.8.3
22+
rev: v0.8.5
2323
hooks:
2424
- id: flake8-lazy
2525
args: ["--apply=set"]
2626
files: '^nox/'
2727

2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: "v2.25.0"
29+
rev: "v2.25.3"
3030
hooks:
3131
- id: pyproject-fmt
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.19
34+
rev: v0.16.0
3535
hooks:
3636
- id: ruff-check
3737
args: ["--fix", "--show-fixes"]
3838
- id: ruff-format
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v2.1.0
41+
rev: v2.3.0
4242
hooks:
4343
- id: mypy
4444
files: ^(nox/|tests/)
@@ -60,7 +60,7 @@ repos:
6060
- uv
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.4.2
63+
rev: v2.4.3
6464
hooks:
6565
- id: codespell
6666

@@ -74,6 +74,6 @@ repos:
7474
- id: rst-inline-touching-normal
7575

7676
- repo: https://github.com/zizmorcore/zizmor-pre-commit
77-
rev: v1.26.1
77+
rev: v1.28.0
7878
hooks:
7979
- id: zizmor

0 commit comments

Comments
 (0)