Skip to content

Commit

Permalink
Add pylint
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Jan 7, 2024
1 parent c1aeaec commit c15eb51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ci:
autofix_commit_msg: "style: pre-commit fixes"
autoupdate_schedule: "monthly"

default_install_hook_types: [pre-commit, pre-push, commit-msg]

repos:
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
Expand Down Expand Up @@ -85,3 +87,12 @@ repos:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
stages: [pre-push, manual]

0 comments on commit c15eb51

Please sign in to comment.