Frank Winklmeier
Frank Winklmeier
The `tagged_bool` could maybe benefit from a default value, which is `false` by default (following the convention of a default constructed `bool`) but can be overridden by the developer. While...
The following (admittedly bad) code produces what I think must be a false positive: ```py for _ in range(10): foo = [] def bar(): foo.append(42) bar() ``` ``` test.py:4:7: B023...
Add new `ROOT_BATCH` environment variable to initialize the batch mode as an alternative to using the `-b` command line switch. Strictly speaking only the changes in `TApplication` are necessary (as...
When exporting example blocks from Org mode to Markdown, the language should not be "example" but omitted. This is similar to https://github.com/jgm/pandoc/issues/4748. ~~~ > cat test.org #+BEGIN_EXAMPLE Line 1 Line...