Skip to content

Commit

Permalink
pre-commit: fix client path
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 29, 2024
1 parent e05e511 commit 0b82c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ repos:
hooks:
- id: isort
args: [ '-m', 'HANGING_INDENT', '-l', '120','--check-only' ]
files: src/client
files: src/rpcclient

- repo: https://github.com/pycqa/flake8
rev: "7.0.0"
hooks:
- id: flake8
args: [ '--max-line-length=127' ]
files: src/client
files: src/rpcclient

0 comments on commit 0b82c89

Please sign in to comment.