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 80af81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 +21,7 @@ statistics = True
ignore = migrations,CVS
generated-members = objects
max-line-length = 120
disable =
disable =
too-few-public-methods,
too-many-ancestors,
duplicate-code,
Expand Down

0 comments on commit 80af81d

Please sign in to comment.