Skip to content

Commit

Permalink
Added line length for docstrfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Dec 17, 2023
1 parent e71c4d8 commit e4dbee4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ repos:
exclude: "docs"

- repo: https://github.com/LilSpazJoekp/docstrfmt
rev: v1.6.1
hooks:
- id: docstrfmt
require_serial: true
rev: v1.6.1
args:
- "-l 160"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit e4dbee4

Please sign in to comment.