Skip to content

Commit 0286c34

Browse files
authored
Merge pull request cookiecutter#3872 from cookiecutter/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents 944bd49 + c6a12fa commit 0286c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v2.37.3
12+
rev: v2.38.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py39-plus]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.37.3
13+
rev: v2.38.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py39-plus]

0 commit comments

Comments
 (0)