Skip to content

Commit

Permalink
remove import linter (#33319)
Browse files Browse the repository at this point in the history
* rm import linter, we're done!

* revert

* uv lock

* Revert "uv lock"

This reverts commit 5e46f48e8a5738ea5121da6f2d1c7210dcefe053.
old-commit-hash: bf68eeb596f873f3e6ab497ea42a079c98835f97
  • Loading branch information
sshane authored Aug 17, 2024
1 parent 93b11c8 commit 69e30a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
63 changes: 0 additions & 63 deletions .importlinter

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ docs = [
testing = [
"coverage",
"hypothesis ==6.47.*",
"import-linter",
"mypy",
"pytest",
"pytest-cov",
Expand Down
2 changes: 0 additions & 2 deletions scripts/lint/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function run_tests() {
PYTHON_FILES=$2
run "ruff" ruff check $PYTHON_FILES --quiet
run "lint-imports" lint-imports
run "check_added_large_files" python3 -m pre_commit_hooks.check_added_large_files --enforce-all $ALL_FILES --maxkb=120
run "check_shebang_scripts_are_executable" python3 -m pre_commit_hooks.check_shebang_scripts_are_executable $ALL_FILES
run "check_shebang_format" $DIR/check_shebang_format.sh $ALL_FILES
Expand All @@ -69,7 +68,6 @@ function help() {
echo -e "${BOLD}${UNDERLINE}Tests:${NC}"
echo -e " ${BOLD}ruff${NC}"
echo -e " ${BOLD}mypy${NC}"
echo -e " ${BOLD}lint-imports${NC}"
echo -e " ${BOLD}codespell${NC}"
echo -e " ${BOLD}check_added_large_files${NC}"
echo -e " ${BOLD}check_shebang_scripts_are_executable${NC}"
Expand Down

0 comments on commit 69e30a5

Please sign in to comment.