Skip to content

Commit

Permalink
dev: Exclude vtu files from pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Aug 3, 2023
1 parent 792d699 commit 8b8b635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ repos:
rev: v0.0.282
hooks:
- id: ruff
- exclude: \.*vtu$
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ exclude = [
]
[tool.ruff.per-file-ignores]
"src/pydrex/__init__.py" = ["F401", "E501"] # Don't complain about unused imports or long lines in __init__.py file.
"tests/" = ["E501"] # Don't complain about long lines in test files.
"tests/test_scsv.py" = ["E501"] # Don't complain about long lines here.

0 comments on commit 8b8b635

Please sign in to comment.