Skip to content

Commit

Permalink
chore: single file & 3.6 import
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Aug 7, 2023
1 parent 2c829e6 commit b728645
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ validate_pyproject.tool_schema =
setuptools = validate_pyproject.api:load_builtin_plugin
distutils = validate_pyproject.api:load_builtin_plugin
repo_review.checks =
validate_pyproject = validate_pyproject.repo_review.checks:repo_review_checks
validate_pyproject = validate_pyproject.repo_review:repo_review_checks
repo_review.families =
validate_pyproject = validate_pyproject.repo_review.families:repo_review_families
validate_pyproject = validate_pyproject.repo_review:repo_review_families

[tool:pytest]
# Specify command line options as you would do when invoking pytest directly.
Expand Down
Empty file.
28 changes: 0 additions & 28 deletions src/validate_pyproject/repo_review/checks.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/validate_pyproject/repo_review/families.py

This file was deleted.

0 comments on commit b728645

Please sign in to comment.