Skip to content

Commit 45266e8

Browse files
authored
Merge pull request #4928 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents 0ba5fc7 + ba4f329 commit 45266e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
exclude: hooks/
3434

3535
- repo: https://github.com/psf/black
36-
rev: 24.2.0
36+
rev: 24.3.0
3737
hooks:
3838
- id: black
3939

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Run the Ruff linter.
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.3.2
38+
rev: v0.3.3
3939
hooks:
4040
# Linter
4141
- id: ruff

0 commit comments

Comments
 (0)