Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.5.7 → v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 authored Aug 20, 2024
2 parents 3296be0 + dc10e8b commit 87e8a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
types: [file]
Expand Down
3 changes: 2 additions & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import os

import fix_lwjgl
import pytest

import fix_lwjgl


def test_get_paths() -> None:
assert fix_lwjgl.get_paths(
Expand Down

0 comments on commit 87e8a18

Please sign in to comment.