ApplicationInsights-Python/.flake8

29 строки
423 B
Plaintext
Исходник Обычный вид История

2022-07-12 21:49:28 +03:00
[flake8]
ignore =
2022-12-25 01:04:25 +03:00
# line too long, defer to black
E501
# allow line breaks before binary ops
W503
# allow line breaks after binary ops
W504
# allow whitespace before ':' (https://github.com/psf/black#slices)
E203
2022-07-12 21:49:28 +03:00
exclude =
.bzr
.git
.hg
.svn
.tox
CVS
.venv*/
venv*/
2023-01-24 23:18:33 +03:00
*/samples/*
2022-07-12 21:49:28 +03:00
target
__pycache__
2022-12-25 01:01:38 +03:00
*/build/lib/*
2023-06-01 02:04:46 +03:00
azure-monitor-opentelemetry/azure/monitor/opentelemetry/_vendor/*