Skip to content

Commit

Permalink
fix pre-commmit config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jun 25, 2024
1 parent ae1f540 commit 258ac2a
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 @@ -7,12 +7,12 @@ repos:
hooks:
- id: black
files: python/.*
args: [--config, python/pyproject.toml]
args: [--config, python/cuml/pyproject.toml]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: [--config=python/.flake8]
args: [--config=python/cuml/.flake8]
files: python/.*$
types: [file]
types_or: [python, cython]
Expand Down

0 comments on commit 258ac2a

Please sign in to comment.