Sign in
apache
/
hamilton
/
refs/heads/fix-pre-commit-hook
/
.
/
setup.cfg
blob: 26946c07b1e26cb38d81a45a4b41fc909a88698a [
file
] [
log
] [
blame
]
[
flake8
]
max
-
line
-
length
=
100
exclude
=
build
/,.
git
/,
venv
/
ignore
=
E203
,
# whitespace before ':' \
E402
,
# module level import not at top of file \
E501
,
# line too long \
W503
,
# line break before binary operator \
W605
# invalid escape sequence