Skip to content

Commit 5b1e16f

Browse files
[pre-commit.ci] pre-commit autoupdate (#885)
<!--pre-commit.ci start--> updates: - [github.com/adamchainz/django-upgrade: 1.14.0 → 1.14.1](adamchainz/django-upgrade@1.14.0...1.14.1) - [github.com/adamchainz/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9ca27dd commit 5b1e16f

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
@@ -41,7 +41,7 @@ repos:
4141
- id: pyupgrade
4242
args: [--py38-plus]
4343
- repo: https://github.com/adamchainz/django-upgrade
44-
rev: 1.14.0
44+
rev: 1.14.1
4545
hooks:
4646
- id: django-upgrade
4747
args: [--target-version, '3.2']
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/adamchainz/blacken-docs
53-
rev: 1.15.0
53+
rev: 1.16.0
5454
hooks:
5555
- id: blacken-docs
5656
additional_dependencies:
@@ -75,7 +75,7 @@ repos:
7575
- flake8-tidy-imports
7676
- flake8-typing-imports
7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.5.0
78+
rev: v1.5.1
7979
hooks:
8080
- id: mypy
8181
additional_dependencies:

0 commit comments

Comments
 (0)