Files
revng-revng/share/revng/flake8-config
Giacomo Vercesi 471b9c8396 rcc: fix issues with mypy>=1.0
Add additional config options to the `revng-check-conventions` config to
make mypy work with the revng codebase (mainly related to untyped
functions now causing a warning in mypy).
2023-05-11 10:02:46 +02:00

9 lines
180 B
Plaintext

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
[flake8]
max-line-length = 100
extend-ignore = E203,R504,R505
eradicate-whitelist-extend = mypy: