We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b274701 + a9da08b commit de6b5a7Copy full SHA for de6b5a7
2 files changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
15
- id: fix-byte-order-marker
16
- id: detect-private-key
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.2.2
+ rev: v0.4.10
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
main.py
@@ -1,5 +1,6 @@
1
#!/usr/bin/env python3
"""Main entry-point module. This script is used to start the program."""
+
from __future__ import annotations
import tcod.console
0 commit comments