spack/.flake8

12 lines
339 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- conf -*-
[flake8]
# Descriptions of ignored checks:
#
# E221: multiple spaces before operator
# E241: multiple spaces after ,
# F403: disable wildcard import
# F821: undefined name (needed for build commands)
# F999: Undefined undefined name (needed for build commands)
#
ignore = E221,E241,F403,F821,F999
max-line-length = 79