File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ [flake8]
2+
3+ ignore =
4+ # These are needed to make our license headers pass the linting
5+ E265,
6+ E266,
7+
8+ # 10% larger than the standard 80 character limit. Conforms to the black
9+ # standard and Bugbear's B950.
10+ max-line-length = 88
11+ exclude =
12+ Tests/hpack-test-case
Original file line number Diff line number Diff line change 1111 with :
1212 license_header_check_project_name : " SwiftNIO"
1313 format_check_enabled : false
14- unacceptable_language_check_enabled : true
1514 shell_check_enabled : false
16- python_lint_check_enabled : false
1715
1816 unit-tests :
1917 name : Unit tests
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ dev/update-benchmark-thresholds
4444.gitmodules
4545FuzzTesting/FailCases/*
4646Tests/hpack-test-case/*
47+ .flake8
You can’t perform that action at this time.
0 commit comments