Skip to content

Commit

Permalink
rename linters_forge_yml.py to lint_forge_yml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Apr 26, 2024
1 parent fea25db commit 4b7999b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import github

from conda_smithy.linting_types import LintsHints, Linter
from conda_smithy.linters_forge_yml import (
from conda_smithy.lint_forge_yml import (
FORGE_YAML_LINTERS,
)

Expand Down
4 changes: 2 additions & 2 deletions tests/test_linters_forge_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import unittest
from typing import Set, Callable

from conda_smithy import linters_forge_yml
from conda_smithy.linters_forge_yml import lint_extra_fields
from conda_smithy import lint_forge_yml
from conda_smithy.lint_forge_yml import lint_extra_fields
from conda_smithy.linting_types import LintsHints


Expand Down

0 comments on commit 4b7999b

Please sign in to comment.