mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-29 11:24:59 +08:00
22 lines
301 B
INI
22 lines
301 B
INI
[tool:pytest]
|
|
norecursedirs =
|
|
.git
|
|
dist
|
|
build
|
|
python_files =
|
|
test_*.py
|
|
doctest_plus = disabled
|
|
addopts = --strict
|
|
markers =
|
|
slow
|
|
remote_data
|
|
filterwarnings
|
|
|
|
[pycodestyle]
|
|
ignore = E731,W504
|
|
max-line-length = 120
|
|
|
|
[flake8]
|
|
ignore = E731,W504,F401,F841
|
|
max-line-length = 120
|