angr / angr-dev

Some helper scripts to set up an environment for angr development.
BSD 2-Clause "Simplified" License
114 stars 95 forks source link

Specify builtins.Exception instead of Exception in pylintrc #181

Closed twizmwazin closed 1 year ago

twizmwazin commented 1 year ago

Pylint 3.0 will be removing support for specifying Exception without namespacing it as builtins.Exception. No functional change