Skip to content

Commit

Permalink
remove pylint and mypy workarounds for ConfigSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
motus committed Jul 30, 2024
1 parent 95f127e commit b3731cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ fail-on = [
"unused-import",
]

# Ignore pylint complaints about an upstream dependency.
ignored-modules = ["ConfigSpace.hyperparameters"]

# Help inform pylint where to find the project's source code without needing to relyon PYTHONPATH.
#init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc())); from logging import warning; warning(sys.path)"
init-hook = "from logging import warning; warning(sys.path)"
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ hide_error_codes = False
# We also skip several vendor files that currently throw errors.
exclude = (mlos_(core|bench|viz)/setup.py)|(doc/)|(/build/)|(-packages/_pytest/)

# https://github.com/automl/ConfigSpace/issues/293
[mypy-ConfigSpace.*]
ignore_missing_imports = True

[mypy-fasteners.*]
ignore_missing_imports = True

Expand Down

0 comments on commit b3731cf

Please sign in to comment.