Skip to content

Commit d85cc06

Browse files
authored
Merge pull request #12 from HexDecimal/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bb7c08a + 4421188 commit d85cc06

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
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

g.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module stores globally mutable variables used by this program."""
2+
23
from __future__ import annotations
34

45
import tcod.console

game/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Base classes for states."""
2+
23
from __future__ import annotations
34

45
from typing import Protocol

game/state_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""State handling functions."""
2+
23
import tcod.console
34

45
import g

game/states.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A collection of game states."""
2+
23
from __future__ import annotations
34

45
import attrs

0 commit comments

Comments
 (0)