c303ca4012
Update overgeneral-exceptions
...
Fixes deprecation warning:
pylint: Command line or configuration file:1: UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?) instead.
2023-06-18 15:36:49 +01:00
b6104e283b
Add more accepted names,
...
>Per request from lukas
2022-06-17 20:10:41 +00:00
034af1b10c
Remove no-else pylint excemptions
2022-06-14 12:08:34 +01:00
75d3baccbd
Remove deprecated pylint rules
...
https://github.com/PyCQA/pylint/pull/3571
https://github.com/PyCQA/pylint/pull/3577
2022-06-13 21:30:24 +00:00
d0596af4c9
Add exemption orjson no-member falsepositive
2022-05-23 22:54:06 +01:00
4205c0a8f0
Exempt jsonschema falsepositive E0611
...
Can't understand why these are flagging, code is as per docs.
Version is latest, and not flagging locally. Going to exempt mod for now
2022-05-23 20:53:23 +01:00
c7f7b2539c
Reenable invalid-name checking
...
Add naming exemptions desired by devs
2022-04-14 03:07:56 +01:00
9b2161d450
Add pylint compatability for black
...
Marking exemptions and pulling back to new line length
(It's gonna hate comments, will fix in a sec)
2022-03-23 02:51:37 +00:00
ec5a175395
Add migration file to pylint ignore for now
2022-01-27 21:56:39 -05:00
45ab07eb77
Revert migrations
2022-01-27 21:53:07 -05:00
e0ce1d118c
Create pylintrc, code review pipeline & correct codebase errors
...
Fix uploads,
Only send server stats to user page when they have access to servers
2022-01-26 01:45:30 +00:00