Skip to content

Commit f74901f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0)
1 parent fcafe5a commit f74901f

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
@@ -14,7 +14,7 @@ repos:
1414
args: ["--schemafile", "tests/example-files/config_schema.json"]
1515
files: ^tests/example-files/.*/_config.yaml$
1616
- repo: https://github.com/pre-commit/pre-commit-hooks.git
17-
rev: v4.4.0
17+
rev: v4.5.0
1818
hooks:
1919
- id: check-merge-conflict
2020
- id: trailing-whitespace
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.14.0
35+
rev: v3.15.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py37-plus"]

0 commit comments

Comments
 (0)