forked from HEPCloud/decisionengine_modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master_test' into feature/new_distr
- Loading branch information
Showing
24 changed files
with
5,630 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC | ||
# SPDX-License-Identifier: Apache-2.0 | ||
[flake8] | ||
max-line-length = 120 | ||
# Do not test external dependencies | ||
extend-exclude = ./glideinwms,./decisionengine,./build | ||
# Errors and warnings to ignore | ||
extend-ignore = | ||
# line too long (90 > 79 characters) | ||
E501, | ||
# too many blank lines (2) | ||
E303, | ||
# expected 2 blank lines, found 1 | ||
E302, | ||
# at least two spaces before inline comment | ||
E261, | ||
# block comment should start with '# ' | ||
E265, | ||
# whitespace before ':' | ||
E203, | ||
# permit line breaks in binary operators | ||
W503, | ||
# permit line breaks in binary operators | ||
W504 | ||
exclude: [] | ||
count: True | ||
show-source: True | ||
statistics: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.