Skip to content

Commit dcf9c8e

Browse files
committed
adding ruff config
1 parent 7886366 commit dcf9c8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .ruff.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ignore Pyomo models, PySP code
2+
extend-exclude = [
3+
"ReferenceModel*.py",
4+
"./mpisppy/utils/callbacks/termination/tests/markshare2.py",
5+
"./mpisppy/tests/examples/hydro/hydro.py",
6+
"./examples/hydro/hydro.py",
7+
]

0 commit comments

Comments
 (0)