Skip to content

Commit c0a6469

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/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/tox-dev/pyproject-fmt: 1.1.0 → 1.2.0](tox-dev/pyproject-fmt@1.1.0...1.2.0)
1 parent 557ab33 commit c0a6469

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -20,18 +20,18 @@ repos:
2020
additional_dependencies:
2121
- flake8-typing-imports==1.14.0
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.11.0
23+
rev: v3.12.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: ['--application-directories=.:src']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.13.0
28+
rev: v3.15.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.1.0"
34+
rev: "1.2.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)