feat(models): combatant schema, Foundry sheet loader, monster JSON schema
This commit is contained in:
+3
-2
@@ -40,8 +40,9 @@ ignore = [
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
# Tests: assert is expected, magic numbers are fine, annotations are noisy
|
||||
"tests/**" = ["S101", "PLR2004", "ANN"]
|
||||
# Tests: assert is expected, magic numbers are fine, annotations are noisy,
|
||||
# parametrized golden tests legitimately take many arguments
|
||||
"tests/**" = ["S101", "PLR2004", "ANN", "PLR0913", "PLR0917"]
|
||||
# rng.py: `random.Random` is used for reproducible Monte Carlo streams, not cryptography
|
||||
"src/pf1e_simulator/rng.py" = ["S311"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user