Skip to content

Commit

Permalink
[pre-commit] Enable ruff on notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Oct 17, 2023
1 parent d6e600d commit af07cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repos:
rev: "v0.1.0"
hooks:
- id: ruff
files: "Applications/Python/.*"
types_or: [python, pyi, jupyter]
# Enable on demand, run with
# pre-commit run --all-files clang-format
#
Expand Down

0 comments on commit af07cee

Please sign in to comment.