Skip to content

Commit

Permalink
* format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 9, 2024
1 parent 50ca389 commit a5a4cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotest/test_mf6_existing_meson.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from pathlib import Path
from platform import system
from typing import List
from modflow_devtools.ostags import get_binary_suffixes

import pytest
from modflow_devtools.ostags import get_binary_suffixes

import pymake

Expand Down
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ ruff = "*"
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."

# format
check-format = "ruff format ."
check-format = "ruff check ."
fix-format = "ruff check . --fix"

# build
test = "meson test --verbose --no-rebuild -C"
Expand Down

0 comments on commit a5a4cab

Please sign in to comment.