Skip to content

Commit

Permalink
refactor: Config based on PFSC
Browse files Browse the repository at this point in the history
Using config namespace from PDM Foundations
  • Loading branch information
carstencodes committed Mar 27, 2024
1 parent 9304c50 commit e95c793
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 471 deletions.
4 changes: 2 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pdm_bump/actions/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
from functools import cached_property
from typing import ClassVar, Protocol, runtime_checkable

from pdm_pfsc.config import MissingValue
from pdm_pfsc.logging import logger, traced_function

from ..core.config import MissingValue
from ..core.version import Pep440VersionFormatter, Version
from ..vcs import HunkSource, VcsProvider

Expand Down
Loading

0 comments on commit e95c793

Please sign in to comment.