Skip to content

Commit

Permalink
Add cyclic import exception to .pylintrc
Browse files Browse the repository at this point in the history
This would be seen very early when testing but it isn't. We will
disable for now and then monitor.
  • Loading branch information
ross-spencer committed Jul 30, 2024
1 parent 7f2f652 commit 43c1c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ ignore-paths=
disable =
C0301, # line-length too long, see Black documented recommendations.
C0115, # No docstring for Class.
# Pylint incorrectly picking up the below.
R0401, # Cyclic import.

0 comments on commit 43c1c3a

Please sign in to comment.