Skip to content

Commit

Permalink
🔧 chore: Update-pre-commit config
Browse files Browse the repository at this point in the history
- Add pylint pre-commit
  • Loading branch information
ARYAN-NIKNEZHAD committed Aug 28, 2024
1 parent 472c827 commit bd6776f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,17 @@ repos:
stages: [commit]
pass_filenames: false
always_run: true

- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
require_serial: true
args:
- "-rn"
- "-sn"
- "--rcfile=pyproject.toml"

ci:
skip: [pylint]

0 comments on commit bd6776f

Please sign in to comment.