Skip to content

Commit 2489563

Browse files
authored
Merge pull request #2186 from gitpython-developers/dependabot/pre_commit/pre-commit-97523d6792
build(deps): bump the pre-commit group with 2 updates
2 parents c8309b0 + 250a65c commit 2489563

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)