aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/libclang_training
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-226-540/+26
* 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-132-6/+7
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-123-16/+8
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-223-56/+61
* 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-084-41/+41
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-083-97/+97
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-073-75/+75
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-073-73/+73
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-043-23/+16
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-013-6/+6
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-233-3/+3
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-162-17/+17
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-2/+3
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-15/+15
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-8/+8
* PEP8: Fix whitespacePatrik Teivonen2022-07-113-8/+8
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-113-2/+43
* PEP8: Fix anti-patternsPatrik Teivonen2022-07-111-4/+4
* PEP8: Fix miscellaneous code syntax errorsPatrik Teivonen2022-07-112-4/+4
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+0
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-113-5/+5
* Port libclang_training scripts to Python 3Patrik Teivonen2022-05-163-44/+47
* QtCreator_libclang: Update to Clang 11Cristian Adam2020-10-261-1/+1
* QtCreator_libclang: Revamp MinGW libclang PGO trainingCristian Adam2020-06-163-11/+15
* Libclang: Fix paths for mingw training scriptv5.13.0-beta3-packagingIvan Donchevskii2019-04-172-6/+6
* Clang: add training part for mingw buildIvan Donchevskii2018-01-115-0/+661