Skip to content

Commit

Permalink
Merge pull request #200 from lilab-bcb/pre-commit
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
joshua-gould committed Aug 25, 2023
2 parents b55a5cf + 8dd41db commit 27ec140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.3
rev: v1.7.5
hooks:
- id: docformatter
args: ["--in-place", "--wrap-summaries=100", "--wrap-descriptions=100", "--config=./pyproject.toml"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: pyproject-flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.2
hooks:
- id: prettier
types_or: [css, javascript]

0 comments on commit 27ec140

Please sign in to comment.