Skip to content

Commit

Permalink
Create .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwayd99 authored Jan 14, 2024
1 parent 7a5893a commit 5350eb2
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
@@ -0,0 +1,9 @@
repos:
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
args: ["--disable=all", "--enable=F,unreachable,duplicate-key,useless-suppression", "--msg-template='{path}:{line}:{column}: {msg_id}: {msg}'", "--reports=n"]

0 comments on commit 5350eb2

Please sign in to comment.