Skip to content
Snippets Groups Projects
Unverified Commit 329a1147 authored by Kyle McCormick's avatar Kyle McCormick Committed by GitHub
Browse files

Run 'edx_lint write pylintrc' (#25165)

parent f605ce37
No related merge requests found
......@@ -2,12 +2,16 @@
# ** DO NOT EDIT THIS FILE **
# ***************************
#
# This file was generated by edx-lint: http://github.com/edx/edx-lint
# This file was generated by edx-lint: https://github.com/edx/edx-lint
#
# If you want to change this file, you have two choices, depending on whether
# you want to make a local change that applies only to this repo, or whether
# you want to make a central change that applies to all repos using edx-lint.
#
# Note: If your pylintrc file is simply out-of-date relative to the latest
# pylintrc rules in edx-lint, ensure you have the latest edx-lint installed
# and then follow the steps for a "LOCAL CHANGE".
#
# LOCAL CHANGE:
#
# 1. Edit the local pylintrc_tweaks file to add changes just to this
......@@ -366,7 +370,7 @@ disable =
output-format = text
files-output = no
reports = no
evaluation = 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
score = no
[BASIC]
bad-functions = map,filter,apply,input
......@@ -460,4 +464,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception
# e89c3d2722e0389b5f94fdaba1c1501a3f855af9
# 39382844f3a3bba57480054a7c1e27ab1e2ec969
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment