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/psf/black.git: 23.1.0 → 23.7.0](https://github.com/psf/black.git/compare/23.1.0...23.7.0)
- [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.4.1](pre-commit/mirrors-mypy@v1.0.0...v1.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2023
1 parent 749bb61 commit f73129a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-added-large-files
exclude: example/
- repo: https://github.com/psf/black.git
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
# - repo: https://github.com/asottile/blacken-docs
Expand All @@ -27,14 +27,14 @@ repos:
- id: isort
additional_dependencies: [toml==0.10.2]
- repo: https://github.com/PyCQA/flake8.git
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings]
entry: flake8 --docstring-convention google --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605
exclude: example/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit f73129a

Please sign in to comment.