Skip to content

Commit fc5e91e

Browse files
[pre-commit.ci] pre-commit autoupdate (#338)
<!--pre-commit.ci start--> updates: - [github.com/adamchainz/django-upgrade: 1.18.0 → 1.19.0](adamchainz/django-upgrade@1.18.0...1.19.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c113c7b commit fc5e91e

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
@@ -33,7 +33,7 @@ repos:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: 1.18.0
36+
rev: 1.19.0
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, '3.2']
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: 1.16.0
45+
rev: 1.18.0
4646
hooks:
4747
- id: blacken-docs
4848
additional_dependencies:
@@ -62,7 +62,7 @@ repos:
6262
- flake8-logging
6363
- flake8-tidy-imports
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.10.0
65+
rev: v1.10.1
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)