mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-04-03 08:16:26 +02:00
Merge branch 'master' into update-dependencies
This commit is contained in:
commit
ce5df7d42e
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -4,11 +4,11 @@ from .equipment import Weapon
|
|||
|
||||
__all__ = [
|
||||
"Capability",
|
||||
"Path",
|
||||
"RacialCapability",
|
||||
"Character",
|
||||
"HarmfulState",
|
||||
"Path",
|
||||
"Profile",
|
||||
"Race",
|
||||
"RacialCapability",
|
||||
"Weapon",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue