Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 12, 2024
1 parent 590d1b4 commit 73acaae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ repos:
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: \.(po|pot)$
- id: end-of-file-fixer
exclude: \.(po|pot)$
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
Expand All @@ -22,10 +24,12 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
exclude: \.(po|pot)$
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
exclude: \.(po|pot)$
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
Expand Down Expand Up @@ -81,10 +85,12 @@ repos:
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
exclude: \.(po|pot)$
- repo: https://github.com/DanielNoord/pydocstringformatter
rev: v0.7.3
hooks:
- id: pydocstringformatter
exclude: \.(po|pot)$
args:
[
--style=numpydoc,
Expand Down

0 comments on commit 73acaae

Please sign in to comment.