Skip to content

Commit de6b5a7

Browse files
committed
Merge branch 'part-1' into part-2
2 parents b274701 + a9da08b commit de6b5a7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
- id: fix-byte-order-marker
1616
- id: detect-private-key
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.2.2
18+
rev: v0.4.10
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
"""Main entry-point module. This script is used to start the program."""
3+
34
from __future__ import annotations
45

56
import tcod.console

0 commit comments

Comments
 (0)