Skip to content

Commit

Permalink
lint: fix docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 14, 2024
1 parent 05656fc commit cb40964
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ repos:
exclude: pyproject.toml

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: ["--in-place"]
language: python
types: ["python"]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
Expand Down

0 comments on commit cb40964

Please sign in to comment.