Skip to content

Commit 250a65c

Browse files
build(deps): bump the pre-commit group with 2 updates
Bumps the pre-commit group with 2 updates: [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). 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/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.20...v0.16.0) --- updated-dependencies: - 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/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ecda9e commit 250a65c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ exclude: ^(?:gitdb|smmap)/
22

33
repos:
44
- repo: https://github.com/codespell-project/codespell
5-
rev: v2.4.2
5+
rev: v2.4.3
66
hooks:
77
- id: codespell
88
additional_dependencies: [tomli]
99
exclude: ^test/fixtures/
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.20
12+
rev: v0.16.0
1313
hooks:
1414
- id: ruff-check
1515
args: ["--fix"]

0 commit comments

Comments
 (0)