Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 3, 2022
1 parent b01f153 commit 86e0f96
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 @@ -7,13 +7,13 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)
args: ["--application-directories", "src"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -29,7 +29,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -49,7 +49,7 @@ repos:
- id: fix-byte-order-marker
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.950
hooks:
- id: mypy
additional_dependencies: [types-aiofiles, types-PyYAML, types-toml]

0 comments on commit 86e0f96

Please sign in to comment.