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.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.15.2](asottile/pyupgrade@v2.37.3...v3.15.2)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.5.0 → v1.7.5](PyCQA/docformatter@v1.5.0...v1.7.5)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 22.6.0 → 24.3.0](psf/black@22.6.0...24.3.0)
- [github.com/executablebooks/mdformat: 0.7.15 → 0.7.17](executablebooks/mdformat@0.7.15...0.7.17)
- [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 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 65b0ece commit 8a9f822
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.5.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.15.2
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.5
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
Expand All @@ -46,7 +46,7 @@ repos:
)
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black]
Expand All @@ -56,7 +56,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.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.17
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: 7.0.0
hooks:
- id: flake8
exclude: |
Expand Down

0 comments on commit 8a9f822

Please sign in to comment.