Merge branch 'master' into update-dependencies

This commit is contained in:
Gabriel Augendre 2024-11-30 09:56:25 +01:00
commit ce5df7d42e
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
args: [--fix]

View file

@ -4,11 +4,11 @@ from .equipment import Weapon
__all__ = [
"Capability",
"Path",
"RacialCapability",
"Character",
"HarmfulState",
"Path",
"Profile",
"Race",
"RacialCapability",
"Weapon",
]