Skip to content

Commit

Permalink
module-level pylint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 5, 2024
1 parent d1c3433 commit 95276b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gpkit/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import shutil
import subprocess

# pylint: disable=import-outside-toplevel # imports in try/catch statements
# pylint: disable=too-few-public-methods

LOGSTR = ""
settings = {}

Expand Down

0 comments on commit 95276b6

Please sign in to comment.