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.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/PyCQA/docformatter: v1.5.0 → v1.7.5](PyCQA/docformatter@v1.5.0...v1.7.5)
- [github.com/psf/black: 22.10.0 → 24.8.0](psf/black@22.10.0...24.8.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/csachs/pyproject-flake8: v5.0.4a1.post1 → v7.0.0](csachs/pyproject-flake8@v5.0.4a1.post1...v7.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 28f6158 commit a12ee05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
# - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization”
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.7.5
hooks:
- id: docformatter
args: ["--wrap-summaries=100", "--wrap-descriptions=100"]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/csachs/pyproject-flake8
rev: v5.0.4a1.post1
rev: v7.0.0
hooks:
- id: pyproject-flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [css, javascript]

0 comments on commit a12ee05

Please sign in to comment.