qutebrowser/scripts/dev
toofar 750e2b0a72 pylint 3.0 deprectations
Changelog: https://pylint.pycqa.org/en/latest/whatsnew/3/3.0/index.html#summary-release-highlights

remove `__implements__`:
That attribute is apparently from a rejected PEP. They say to inherit
from BaseChecker, which we are already doing.
https://github.com/pylint-dev/pylint/pull/8404

check_messages -> only_required_for_messages:
Seems straightforward instructions. I haven't actually tested it.
https://github.com/pylint-dev/pylint/pull/8409

remove emptystring extension:
Looks like this has been replaced by https://pylint.readthedocs.io/en/stable/user_guide/messages/convention/use-implicit-booleaness-not-comparison-to-string.html
Which is disabled by default but we have `enable=ALL`, so I guess that means
we indeed have it enabled.

And update changelog URLs.
2023-10-11 19:16:01 +13:00
..
ci ci: Use proper image for Qt 6 bleeding tests 2023-08-15 19:31:36 +02:00
pylint_checkers pylint 3.0 deprectations 2023-10-11 19:16:01 +13:00
Makefile-dmg build-release: Increase macOS template size once again 2022-08-23 18:31:42 +02:00
__init__.py Remove vim modelines 2023-06-30 11:03:06 +02:00
build_pyqt_wheel.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
build_release.py scripts: Fix name for Windows installer 2023-08-17 12:41:35 +02:00
change_release.py reuse: Fix more copyright headers 2023-07-23 12:56:13 +02:00
changelog_urls.json pylint 3.0 deprectations 2023-10-11 19:16:01 +13:00
check_coverage.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
check_doc_changes.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
cleanup.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
enums.txt Add rewrite_enums.py 2022-08-23 18:09:11 +02:00
gen_versioninfo.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
get_coredumpctl_traces.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
misc_checks.py reuse: Add linting for old license comments 2023-07-23 13:53:31 +02:00
quit_segfault_test.sh Rename :later to :cmd-later 2023-08-11 09:02:01 +02:00
recompile_requirements.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
rewrite_enums.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
rewrite_find_enums.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
rewrite_find_flags.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
rewrite_qt_imports.sh Add basic qt wrapper stuff 2022-08-23 18:09:11 +02:00
run_profile.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
run_pylint_on_tests.py reuse: Add linting for old license comments 2023-07-23 13:53:31 +02:00
run_shellcheck.sh reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
run_vulture.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
src2asciidoc.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
standardpaths_tester.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
strip_whitespace.sh
ua_fetch.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
update_3rdparty.py reuse: Replace last copyright texts 2023-07-23 12:59:11 +02:00
update_version.py Update releasing docs 2023-08-17 14:47:49 +02:00