Skip to content

Commit e7ab32e

Browse files
Auto-update pre-commit hooks (cookiecutter#3877)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
1 parent a8c7900 commit e7ab32e

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.38.0
12+
rev: v2.38.2
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.38.0
13+
rev: v2.38.2
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py39-plus]

0 commit comments

Comments
 (0)