Skip to content

Commit

Permalink
liknt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Sep 26, 2024
1 parent 6912e06 commit 15f0309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.8
hooks:
- id: ruff
# These files are codegen'd and non-compliant :'(
Expand All @@ -15,7 +15,7 @@ repos:
- --config
- ingestion_tools/pyproject.toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.8
hooks:
- id: ruff
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
from typing import Any

import click
import yaml

import migrate_v1_1_0
import yaml

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 15f0309

Please sign in to comment.