Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Change to local pydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 2, 2021
1 parent ea74708 commit 2545b05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ repos:
rev: v1.16.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1 # pick a git hash / tag to point to
hooks:
- id: pydocstyle
- repo: local
hooks:
- id: pylint
Expand All @@ -27,4 +23,10 @@ repos:
language: system
always_run: true
pass_filenames: false
- id: pylint
name: pydocstyle
entry: pydocstyle mkdocstrings_sourcelink
language: system
always_run: true
pass_filenames: false

1 change: 0 additions & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""Generate Docstring via MkDocGenerator of mkdocstrings-sourcelink."""
from pathlib import Path

from mkdocstrings_sourcelink import MkDocGenerator
Expand Down

0 comments on commit 2545b05

Please sign in to comment.