Skip to content

Commit 39b89d4

Browse files
author
TOPAPEC
committed
Fix N806 lint ignore: move from global tests/* to local test_metrics.py only
1 parent 56e3a27 commit 39b89d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ exclude = .venv
4343
docstring-convention = numpy
4444
ignore = D205,D400,D105,D100,E203,W503
4545
per-file-ignores =
46-
tests/*: D100,D101,D102,D103,D104,N806
46+
tests/*: D100,D101,D102,D103,D104
47+
tests/fast_transformers/test_metrics.py: D100,D101,D102,D103,D104,N806
4748
benchmark/*: D100,D101,D102,D103,D104
4849
rectools/models/nn/dssm.py: D101,D102,N812
4950
rectools/dataset/torch_datasets.py: D101,D102

0 commit comments

Comments
 (0)