ApplicationInsights-Python/.flake8

28 строки
353 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:00:00 +03:00
samples/*
2022-07-12 21:49:28 +03:00
target
__pycache__
2022-12-25 01:01:38 +03:00
*/build/lib/*