Skip to content

Commit

Permalink
Merge pull request #135 from randovania/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
github-actions[bot] authored Jul 2, 2024
2 parents e93d402 + 7e17270 commit 595754a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
rev: v0.5.0
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
3 changes: 0 additions & 3 deletions src/retro_data_structures/formats/effect_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ def create_keyframe_emitter(keys_type):
)


#


def create_keyf_emitter(keys_type):
return Struct(
a=Int32ub,
Expand Down

0 comments on commit 595754a

Please sign in to comment.