Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
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/asottile/pyupgrade: v2.37.3 → v3.8.0](asottile/pyupgrade@v2.37.3...v3.8.0)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.5.0 → v1.7.3](PyCQA/docformatter@v1.5.0...v1.7.3)
- [github.com/psf/black: 22.6.0 → 23.3.0](psf/black@22.6.0...23.3.0)
- [github.com/executablebooks/mdformat: 0.7.15 → 0.7.16](executablebooks/mdformat@0.7.15...0.7.16)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 65b0ece commit be40e62
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 @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -25,7 +25,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -35,8 +35,8 @@ repos:
app.py
)
- repo: https://github.com/myint/docformatter
rev: v1.5.0
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.3
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
Expand All @@ -56,7 +56,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.3.0
hooks:
- id: black
name: Black code
Expand All @@ -66,7 +66,7 @@ repos:
)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.15
rev: 0.7.16
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -80,7 +80,7 @@ repos:
)
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
exclude: |
Expand All @@ -89,7 +89,7 @@ repos:
)
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
exclude: |
Expand Down

0 comments on commit be40e62

Please sign in to comment.