feat(combat): add attacks of opportunity (movement + ranged-in-melee triggers)
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ allowed-confusables = ["σ"]
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
# Tests: assert is expected, magic numbers are fine, annotations are noisy,
|
||||
# parametrized golden tests legitimately take many arguments
|
||||
"tests/**" = ["S101", "PLR2004", "ANN", "PLR0913", "PLR0917"]
|
||||
"tests/**" = ["S101", "PLR2004", "ANN", "PLR0913", "PLR0917", "ARG001"]
|
||||
# rng.py: `random.Random` is used for reproducible Monte Carlo streams, not cryptography
|
||||
"src/pf1e_simulator/rng.py" = ["S311"]
|
||||
# cli.py: stdout printing is the point of a CLI
|
||||
|
||||
Reference in New Issue
Block a user