Skip to content
Snippets Groups Projects
.flake8 258 B
# SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
# SPDX-FileContributor: Andre Anjos <andre.anjos@idiap.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later

[flake8]
max-line-length = 80
ignore = E501,W503,E302,E402,E203