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.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black.git: 23.1.0 → 23.11.0](https://github.com/psf/black.git/compare/23.1.0...23.11.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.7.0](pre-commit/mirrors-mypy@v1.0.0...v1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 749bb61 commit b0a877f
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.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: 23.11.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.7.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit b0a877f

Please sign in to comment.