Skip to content

Commit

Permalink
Refactor parts of check_imports into a new "DepChecker" class
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 10, 2021
1 parent e707cc5 commit 5e7e7b4
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 203 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ search = :rev: {current_version}
replace = :rev: {new_version}

[bumpversion:file:dep_checker/__init__.py]
search = : str = "{current_version}"
replace = : str = "{new_version}"

[bumpversion:file:pyproject.toml]
Loading

0 comments on commit 5e7e7b4

Please sign in to comment.