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 f70f1e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ 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.
Binary file modified src/pydrex/data/steadyflow/corner2d_2cmyr_5e5x1e5.vtu
Binary file not shown.

0 comments on commit f70f1e1

Please sign in to comment.