diff options
Diffstat (limited to 'gdb/setup.cfg')
-rw-r--r-- | gdb/setup.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/setup.cfg b/gdb/setup.cfg index d33058e..2e83eb5 100644 --- a/gdb/setup.cfg +++ b/gdb/setup.cfg @@ -7,6 +7,3 @@ # E701: Multiple statements on one line (colon) # W503: line break before binary operator ignore = E203,E501,E701,W503 - -[isort] -profile = black |