Skip to content

Commit 9417ff2

Browse files
[pre-commit.ci] pre-commit suggestions (#3568)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.31.0](asottile/pyupgrade@v2.29.0...v2.31.0) - [github.com/asottile/yesqa: v1.2.3 → v1.3.0](asottile/yesqa@v1.2.3...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent adca1bb commit 9417ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.0.1
12+
rev: v4.1.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.29.0
26+
rev: v2.31.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -35,7 +35,7 @@ repos:
3535
)$
3636
3737
- repo: https://github.com/asottile/yesqa
38-
rev: v1.2.3
38+
rev: v1.3.0
3939
hooks:
4040
- id: yesqa
4141
name: Unused noqa

0 commit comments

Comments
 (0)