Skip to content

Commit

Permalink
only running pylint pre-push and using ruff lint on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzery committed Nov 4, 2023
1 parent 62c7393 commit 1ab5d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ repos:
hooks:
- id: pylint
args: [src, tests, server.py, client.py]
stages: [pre-push]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
- id: ruff
stages: [pre-commit]
- id: ruff-format
stages: [pre-commit]

0 comments on commit 1ab5d8f

Please sign in to comment.