Skip to content

Commit

Permalink
update with asciiart
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Aug 11, 2024
1 parent ca6ecc0 commit c6e864c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@ repos:
# Ruff version.
rev: v0.5.7
hooks:
# Run the linter.
- id: ruff
# Run the linter.
- id: ruff
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
stages: [pre-push]
language: system
types: [python]
require_serial: true
args:
[
"-rn", # Only display messages
"-sn", # Don't display the score
]

0 comments on commit c6e864c

Please # to comment.