Skip to content

Commit c51b50d

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#326)
1 parent be0504d commit c51b50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
exclude: "CHANGELOG.md|.copier-answers.yml"
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
ci:
77
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444
args: ["--tab-width", "2"]
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.17.0
46+
rev: v3.18.0
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py37-plus]

0 commit comments

Comments
 (0)