Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1031)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/sphinx-contrib/sphinx-lint: v0.6.7 →
v0.6.8](sphinx-contrib/sphinx-lint@v0.6.7...v0.6.8)
- [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>
  • Loading branch information
pre-commit-ci[bot] authored Aug 26, 2023
1 parent 1e61119 commit 4f190d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- sphinx==6.1.3
- tomli==2.0.1
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.7
rev: v0.6.8
hooks:
- id: sphinx-lint
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -46,7 +46,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.0
rev: 1.14.1
hooks:
- id: django-upgrade
args: [--target-version, '3.2']
Expand All @@ -55,7 +55,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -80,6 +80,6 @@ repos:
- flake8-tidy-imports
- flake8-typing-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.5.1
hooks:
- id: mypy

0 comments on commit 4f190d2

Please sign in to comment.