Skip to content

Commit 0c359ef

Browse files
committed
Suppress exec-used and eval-used in whole dev_commands.py file
1 parent 35a18bc commit 0c359ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redbot/core/dev_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
is distributed under GNU GPL Version 3.
1111
"""
1212

13+
# pylint: disable=eval-used,exec-used
14+
1315
import ast
1416
import asyncio
1517
import inspect

0 commit comments

Comments
 (0)