Skip to content

Commit

Permalink
Remove legacy configurations (Lightning-AI#10829)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Nov 30, 2021
1 parent 4710734 commit 5d9df39
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ norecursedirs =
dist
build
docs
python_files =
test_*.py
# doctest_plus = disabled
addopts =
--strict-markers
--doctest-modules
Expand Down Expand Up @@ -72,17 +69,3 @@ ignore =
E731 # Ignore "Do not assign a lambda expression, use a def"
W503 # Ignore "Line break occurred before a binary operator"
E203 # Ignore "whitespace before ':'"


[metadata]
license_file = LICENSE
# long_description = file:README.md
# long_description_content_type = text/markdown


[pydocstyle]
convention = pep257
# D104, D107: Ignore missing docstrings in __init__ files and methods.
# D202: Ignore a blank line after docstring (collision with Python Black in decorators)
add-ignore = D104,D107,D202
max-line-length = 120

0 comments on commit 5d9df39

Please sign in to comment.