2020-08-21 22:53:08 +03:00
|
|
|
[flake8]
|
2020-11-05 20:35:53 +03:00
|
|
|
ignore = W504
|
2022-09-13 05:53:14 +03:00
|
|
|
enable-extensions = G,C,B
|
2020-09-22 03:21:36 +03:00
|
|
|
select = E,F,W,C
|
|
|
|
copyright-check = True
|
|
|
|
copyright-regexp = # Copyright \(c\) Microsoft Corporation\n# Licensed under the MIT license.
|
2020-08-21 22:53:08 +03:00
|
|
|
|
|
|
|
exclude =
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
per-file-ignores =
|
2022-09-13 05:53:14 +03:00
|
|
|
rai_core_flask/*:D100,D107,B014
|
2021-10-01 08:59:39 +03:00
|
|
|
rai_core_flask/tests/*:D100,D101
|
2021-06-10 21:20:42 +03:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
testpaths =
|
|
|
|
responsibleai/tests
|
|
|
|
raiwidgets/tests
|