Up Twisted version to 22.10+

This commit is contained in:
Griatch 2022-11-18 12:23:17 +01:00
parent eafe390db4
commit 64bce9ad57
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ installextra:
# black is configured from pyproject.toml
format:
black evennia
isort . --profile black
isort --profile black .
fmt: format