Skip to content

Commit 4166119

Browse files
authored
Update pre-commit to 3.7.0 (#4943)
* Update pre-commit from 3.6.2 to 3.7.0 * Update pre-commit from 3.6.2 to 3.7.0
1 parent f078484 commit 4166119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ binaryornot==0.4.4
77
ruff==0.3.4
88
django-upgrade==1.16.0
99
djlint==1.34.1
10-
pre-commit==3.6.2
10+
pre-commit==3.7.0
1111

1212
# Testing
1313
# ------------------------------------------------------------------------------

Diff for: {{cookiecutter.project_slug}}/requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sphinx-autobuild==2024.2.4 # https://github.com/GaretJax/sphinx-autobuild
3131
ruff==0.3.4 # https://github.com/astral-sh/ruff
3232
coverage==7.4.4 # https://github.com/nedbat/coveragepy
3333
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
34-
pre-commit==3.6.2 # https://github.com/pre-commit/pre-commit
34+
pre-commit==3.7.0 # https://github.com/pre-commit/pre-commit
3535

3636
# Django
3737
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)