diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5e8132..afe1306 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 \ No newline at end of file + files: src/rpcclient