- 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
-
-
Projects: update flake8 error codes See merge request atlas/athena!62346 (cherry picked from commit a06da341) eea12b32 Projects: update flake8 error codes
-
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.
-
- 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
-
- 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
-
- Nov 29, 2019
-
-
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.
-