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

Commit

Permalink
Updated pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 1, 2021
1 parent d798d04 commit d86d998
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ repos:
rev: ''
hooks:
- id: check-added-large-files
- 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 @@ -23,4 +19,9 @@ repos:
language: system
always_run: true
pass_filenames: false
- id: pydocstyle
name: pydocstyle
entry: pydocstyle mkdocstrings_sourcelink
language: python
types: [python]

0 comments on commit d86d998

Please sign in to comment.