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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black.git: 23.1.0 → 24.4.2](https://github.com/psf/black.git/compare/23.1.0...24.4.2)
- [github.com/PyCQA/isort.git: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort.git/compare/5.12.0...5.13.2)
- [github.com/PyCQA/flake8.git: 6.0.0 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...7.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.11.0](pre-commit/mirrors-mypy@v1.0.0...v1.11.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent 749bb61 commit b0a80dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: check-toml
Expand All @@ -13,7 +13,7 @@ repos:
- id: check-added-large-files
exclude: example/
- repo: https://github.com/psf/black.git
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
# - repo: https://github.com/asottile/blacken-docs
Expand All @@ -22,19 +22,19 @@ repos:
# - id: blacken-docs
# additional_dependencies: [black==21.12b0]
- repo: https://github.com/PyCQA/isort.git
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: [toml==0.10.2]
- repo: https://github.com/PyCQA/flake8.git
rev: 6.0.0
rev: 7.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.11.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit b0a80dd

Please sign in to comment.