Skip to content

Commit b986435

Browse files
authored
Merge pull request #152 from libtcod/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7294489 + b813146 commit b986435

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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/astral-sh/ruff-pre-commit
18-
rev: v0.3.4
18+
rev: v0.3.5
1919
hooks:
2020
- id: ruff
2121
args: [--fix-only, --exit-non-zero-on-fix]

tcod/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@ def __getattr__(name: str) -> int:
28052805
return value
28062806

28072807

2808-
__all__ = [ # noqa: F405
2808+
__all__ = [
28092809
"Modifier",
28102810
"Point",
28112811
"BUTTON_LEFT",

tcod/libtcodpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4285,7 +4285,7 @@ def __getattr__(name: str) -> Color:
42854285
raise AttributeError(msg) from None
42864286

42874287

4288-
__all__ = [ # noqa: F405
4288+
__all__ = [
42894289
"Color",
42904290
"Bsp",
42914291
"NB_FOV_ALGORITHMS",

0 commit comments

Comments
 (0)