Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/yesqa: 265e9ff7c83add4949f81bb5fe14f4a743ffb04c → f2ae90cf9e1661ade79d0881186ce4fd7ba6ee79](asottile/yesqa@265e9ff...f2ae90c)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: 8b8dae1d990e2e4fec7ff6704a79c23a403cd605 → 5802725169e8192d57c88697a25f4e0b81c7421d](PyCQA/docformatter@8b8dae1...5802725)
- [github.com/pre-commit/mirrors-mypy: b84480de6124681d551749528ab4b42c2269df8c → 6e63c9e9c65e1df04465cdcda0f2490e89291f58](pre-commit/mirrors-mypy@b84480d...6e63c9e)
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent 0054e60 commit 8d81be9
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 @@ -14,7 +14,7 @@ repos:
- mdformat-gfm
- mdformat-black
- repo: https://github.com/asottile/yesqa
rev: 265e9ff7c83add4949f81bb5fe14f4a743ffb04c # frozen: v1.4.0
rev: f2ae90cf9e1661ade79d0881186ce4fd7ba6ee79 # frozen: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -35,8 +35,8 @@ repos:
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # frozen: 23.3.0
hooks:
- id: black
- repo: https://github.com/myint/docformatter
rev: 8b8dae1d990e2e4fec7ff6704a79c23a403cd605 # frozen: v1.5.0
- repo: https://github.com/PyCQA/docformatter
rev: 5802725169e8192d57c88697a25f4e0b81c7421d # frozen: v1.7.3
hooks:
- id: docformatter
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -58,7 +58,7 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: b84480de6124681d551749528ab4b42c2269df8c # frozen: v1.2.0
rev: 6e63c9e9c65e1df04465cdcda0f2490e89291f58 # frozen: v1.4.1
hooks:
- id: mypy
args: ["--scripts-are-modules"]

0 comments on commit 8d81be9

Please sign in to comment.