Skip to content

Commit d26ee51

Browse files
committed
Skip linting
1 parent 31978fb commit d26ee51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ ignore = [
125125
[tool.ruff.lint.per-file-ignores]
126126
"__init__.py" = ["E402", "F401", "F403", "F811"]
127127
"tests/src/seed_capabilities/math/math_competition_algebra/capability.py" = ["D100", "D101", "D102"]
128+
"tests/src/capabilities_t2/math/math_mathematics_modeling_real_world/capability.py" = ["D100", "D101", "D102"]
128129
"src/run.py" = ["ERA001"]
129130
"src/lbo.py" = ["ERA001"]
130131
"src/utils/capability_utils.py" = ["ERA001"]

0 commit comments

Comments
 (0)