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

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 3, 2021
1 parent 2a46d18 commit 0a8d594
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,15 @@ repos:
rev: v3.4.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-pylint
rev: 'v2.6.0' # Use the sha / tag you want to point at
hooks:
- id: pylint
name: pylint
entry: pylint mkdocstrings_sourcelink
language: system
always_run: true
pass_filenames: true
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1 # pick a git hash / tag to point to
hooks:
- id: pydocstyle
name: pydocstyle
entry: pydocstyle mkdocstrings_sourcelink
language: system
always_run: true
pass_filenames: true

0 comments on commit 0a8d594

Please sign in to comment.