Skip to content

Commit

Permalink
Remove interrogate check
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed May 27, 2024
1 parent bde18d8 commit 2f398dc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
hooks:
- id: interrogate

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ test:
flake8
pytype labelshift
pytype tests
interrogate
pytest

install:
Expand Down
18 changes: 0 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@
line-length = 88
target-version = ["py38"]


[tool.interrogate]
ignore-init-method = true
ignore-init-module = false
ignore-magic = false
ignore-semiprivate = true
ignore-private = true
ignore-property-decorators = false
ignore-module = false
fail-under = 90
exclude = ["setup.py", "docs", "build"]
ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
verbose = 2
quiet = false
whitelist-regex = []
color = true


[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q --cov=labelshift -n auto"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ subplots_from_axsize
# Code quality tools
black
flake8
interrogate
pre-commit
pytest
pytest-cov
Expand Down

0 comments on commit 2f398dc

Please sign in to comment.