Skip to content

Commit 9235d56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/tox-dev/pyproject-fmt: 1.2.0 → 1.5.3](tox-dev/pyproject-fmt@1.2.0...1.5.3)
1 parent 4ff8e6b commit 9235d56

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
@@ -3,15 +3,15 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
1111
- id: check-toml
1212
- id: check-yaml
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.14.0
14+
rev: v3.15.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: "1.2.0"
37+
rev: "1.5.3"
3838
hooks:
3939
- id: pyproject-fmt
4040
- repo: https://github.com/tox-dev/tox-ini-fmt

0 commit comments

Comments
 (0)