Skip to content

Commit

Permalink
skip flake8 until rapidsai#1458 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 20, 2024
1 parent c967d10 commit 7afd894
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ repos:
files: python/cuspatial/.*
# Explicitly specify the pyproject.toml at the repo root, not per-project.
args: ["--config", "pyproject.toml"]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["--config=.flake8"]
files: python/.*$
types: [file]
types_or: [python, cython]
additional_dependencies: ["flake8-force"]
# - repo: https://github.com/PyCQA/flake8
# rev: 5.0.4
# hooks:
# - id: flake8
# args: ["--config=.flake8"]
# files: python/.*$
# types: [file]
# types_or: [python, cython]
# additional_dependencies: ["flake8-force"]
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.1.10
hooks:
Expand Down

0 comments on commit 7afd894

Please sign in to comment.