mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-23 05:35:13 +00:00
ruff: exclude: ubench for now
This commit is contained in:
parent
9005b55bdf
commit
e0029bd3b0
@ -74,6 +74,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--fix", "--show-fixes"]
|
args: ["--fix", "--show-fixes"]
|
||||||
|
exclude: ^(ubench/holder_comparison\.py|ubench/holder_comparison_extract_sheet_data\.py)$
|
||||||
|
|
||||||
# Checking for common mistakes
|
# Checking for common mistakes
|
||||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user