Skip to content

Commit

Permalink
Use pydocstyle rules with ruff (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Sep 13, 2024
1 parent cade01d commit 804fe4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ repos:
hooks:
- id: codespell
args: ["-L", ""]
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
hooks:
- id: pydocstyle
additional_dependencies: [tomli==2.0.1]
files: ^src/skgmsh/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
hooks:
Expand Down

0 comments on commit 804fe4c

Please sign in to comment.