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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
- [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.5.1](pre-commit/mirrors-mypy@v0.961...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2023
1 parent 1c54620 commit b3e04e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -18,7 +18,7 @@ repos:
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-mock-methods
- id: python-no-eval
Expand All @@ -27,28 +27,28 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [ black==21.5b1 ]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.5.1
hooks:
- id: mypy
# This path contains a module with duplicate name so needs to be excluded.
Expand Down

0 comments on commit b3e04e3

Please sign in to comment.