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

Commit

Permalink
Change pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 7, 2021
1 parent 4ed0894 commit 967fdb6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ repos:
- id: trailing-whitespace
- id: check-yaml
exclude: docs/mkdocs.yml
- repo: local
- repo: https://github.com/PyCQA/pylint
rev: 'pylint-2.6.0'
hooks:
- id: pylint
name: pylint
entry: pylint mkdocstrings_sourcelink
language: system
pass_filenames: false
always_run: true
- repo: https://github.com/PyCQA/pydocstyle
rev: '5.1.1'
hooks:
- id: pylint
name: pylint
entry: pylint mkdocstrings_sourcelink
language: system
pass_filenames: false
- id: pydocstyle
name: pydocstyle
entry: pydocstyle mkdocstrings_sourcelink
language: system
pass_filenames: false
always_run: true

0 comments on commit 967fdb6

Please sign in to comment.