Skip to content

Commit

Permalink
TST: update ruff and codespell versions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 16, 2024
1 parent c136845 commit c65d10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ default_language_version:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.7.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions tests/test_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test Dataset Module."""

import pandas as pd
import pytest

Expand Down

0 comments on commit c65d10c

Please sign in to comment.