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: hooks:
- id: djhtml - id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4 rev: v0.8.0
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]

View file

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