Files
carbon-lang/setup.cfg
T
Jon Meow d550256c93 Delete the website and references (#782)
.pre-commit-config.yaml and proposals/p0540.md (linking goals.html, fixed to goals.md link) are the two references I could find.

The site is disabled, though; I think it makes the most sense to delete supporting code, and in the future hopefully we can use GH pages to publish.
2021-08-25 14:15:01 -07:00

11 lines
437 B
INI

# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
[flake8]
max-line-length = 80
# E203: This warning is not PEP 8 compliant.
# E402: Allow the pythonpath modifications before repo-local imports.
# W503: flake8 v3.8.4 is inconsistent with black v20.8b1 (pre-commit run -a).
ignore = E203,E402,W503