Skip to content

Commit

Permalink
Merge pull request #148 from libtcod/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
HexDecimal committed Feb 20, 2024
2 parents fd5cdd7 + bcbd672 commit 9f49277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -15,7 +15,7 @@ repos:
- id: fix-byte-order-marker
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
args: [--fix-only, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sdl.py
Expand Up @@ -23,7 +23,7 @@ def test_sdl_window(uses_window: None) -> None:
assert window.title == sys.argv[0]
window.title = "Title"
assert window.title == "Title"
assert window.opacity == 1.0 # noqa: PLR2004
assert window.opacity == 1.0
window.position = window.position
window.fullscreen = window.fullscreen
window.resizable = window.resizable
Expand Down

0 comments on commit 9f49277

Please sign in to comment.