Skip to content

Commit

Permalink
run pylint pre-push
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 5, 2024
1 parent 55b51d4 commit 0ac21f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,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]

0 comments on commit 0ac21f7

Please sign in to comment.