# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved. # # SPDX-License-Identifier: CC0-1.0 # [tool.isort] profile = "black" skip_gitignore = true line_length = 80 [tool.black] line-length = 80 [tool.flake8] max-line-length = 80