ruff: exclude: ubench for now

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-02-22 12:37:45 -08:00
parent 9005b55bdf
commit e0029bd3b0

View File

@ -74,6 +74,7 @@ repos:
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
exclude: ^(ubench/holder_comparison\.py|ubench/holder_comparison_extract_sheet_data\.py)$
# Checking for common mistakes
- repo: https://github.com/pre-commit/pygrep-hooks