Skip to content

Commit

Permalink
fix: pylint update change way to load config
Browse files Browse the repository at this point in the history
add use-yield-from (R1737) due pylint update to 3.1.0
  • Loading branch information
johanseto committed Mar 4, 2024
1 parent 3e338d5 commit f0fc85a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tag = False

[coverage:run]
data_file = .coverage
omit =
omit =
venv/*
eox_tenant/edxapp_wrapper/backends/*

Expand All @@ -21,10 +21,11 @@ statistics = True
ignore = migrations,CVS
generated-members = objects
max-line-length = 120
disable =
disable =
too-few-public-methods,
too-many-ancestors,
duplicate-code,
use-yield-from

[isort]
default_section = THIRDPARTY
Expand Down

0 comments on commit f0fc85a

Please sign in to comment.