- May 23, 2024
-
-
Frank Winklmeier authored
Enable the additional flake8-bugbear warnings. See https://github.com/PyCQA/flake8-bugbear for the list of warnings.
-
- Jun 23, 2023
-
-
Fix for .gitconfig in dev containers
-
- Apr 17, 2023
-
-
Tadej Novak authored
-
- Apr 14, 2023
-
-
Frank Winklmeier authored
The latest flake8 version seems to treat enabling of extensions differently. Need to go back to explicitly enable `ATL902` (Copyright check) again. Also add `--isolated` to make sure no other configuration files are read.
- Apr 11, 2023
-
-
move to git 2.12
-
- Feb 22, 2022
-
-
Frank Winklmeier authored
- Remove obsolete ATL238 (Py2to3 migration). - Move ATL902 from `--enable-extensions` to `--select`, which has the same effect (flake8 always gives priority to the most specific error code from the select/ignore lists).
-
- Feb 07, 2022
-
-
Tadej Novak authored
-
- Aug 04, 2021
-
-
- Apr 30, 2020
-
-
Rafal Bielski authored
-
- Mar 25, 2020
-
-
Attila Krasznahorkay authored
This is to allow developers to build VP1 packages using the container set up by VS Code using this code.
-
- Dec 14, 2019
-
-
Add `CMAKE_DUMP_ENV_FILE` option to dump a subset of the environment (currently only `PYTHONPATH`) into a file that can be used by IDEs like VSCode.
-
- Dec 03, 2019
-
-
Rafal Bielski authored
-
Attila Krasznahorkay authored
This is just to help the CI system to categorise merge requests that touch files in these directories.
-
- Nov 29, 2019
-
-
Rafal Bielski authored
-
The idea is that for VS Code based development we should rely on the container capabilities of the editor. Letting it create a terminal for us that we could compile code in, while relying on the files and environment created inside the container, to interpret our code.
-