aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/libclang_training/run_batch_files.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8, isort, pylint linter warnings when running git hooksv5.15.13-lts-packagingPatrik Teivonen2023-03-011-3/+6
* Qtcreator_libclang: Support for LLVM 16.0.0-rc2Cristian Adam2023-02-221-196/+22
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-1/+1
* PL119: os.path.basename("foo/bar") should be replaced by bar_path.namePatrik Teivonen2023-01-131-3/+4
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-4/+2
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-35/+35
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-2/+3
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-0/+339