diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2023-08-10 14:55:13 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2023-08-10 15:04:16 +0200 |
| commit | 0a4775501821284838de7220fa82678fd3f2f698 (patch) | |
| tree | 08dc85600b7e3875963af31b576d2dedc3637cac /.pylint.rc | |
| parent | 26831dca32c471415b1afa470ac8dbfd1fd348a6 (diff) | |
| download | geldschieberbot-0a4775501821284838de7220fa82678fd3f2f698.tar.gz geldschieberbot-0a4775501821284838de7220fa82678fd3f2f698.zip | |
update environment
Diffstat (limited to '.pylint.rc')
| -rw-r--r-- | .pylint.rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -480,5 +480,5 @@ preferred-modules= # Exceptions that will emit a warning when being caught. Defaults to # "BaseException, Exception". -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtin.BaseException, + builtin.Exception |
