File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - id : fix-byte-order-marker
1616 - id : detect-private-key
1717 - repo : https://github.com/psf/black
18- rev : 23.12 .1
18+ rev : 24.1 .1
1919 hooks :
2020 - id : black
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
Original file line number Diff line number Diff line change 11"""This module stores globally mutable variables used by this program."""
2+
23from __future__ import annotations
34
45import tcod .console
Original file line number Diff line number Diff line change 11"""Base classes for states."""
2+
23from __future__ import annotations
34
45from typing import Protocol
Original file line number Diff line number Diff line change 11"""State handling functions."""
2+
23import tcod .console
34
45import g
Original file line number Diff line number Diff line change 11"""A collection of game states."""
2+
23from __future__ import annotations
34
45import attrs
You can’t perform that action at this time.
0 commit comments