mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
.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.
11 lines
437 B
INI
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
|