Arne de Laat

Results 34 comments of Arne de Laat

Fixed in 37aecf52db6f5fd52cdb9e288fde80fa45a37c19

Already covered by 37aecf52db6f5fd52cdb9e288fde80fa45a37c19

Ok, so you no longer enable the B9* checks when `ignore=E501` is used, understandable, I also find using `ignore` to enable the optional rules strange behaviour.. So understandable you require...

This issues was not fixed by #603 because that module only allows creating the file share, not actual directories in it. However, I think the original example in this issue...

To create the directories we currently use this command: ``` - name: Create required directories in file share ansible.builtin.command: "az storage directory create --account-name {{ … }} --account-key {{ …...

Why test on 3.4? The travis tests use Python 2.7, 3.5, and 3.6.

I have also created my own version ( https://github.com/153957/153957-theme/ ) of the galleria theme. Perhaps we could add a list of all known custom themes to the docs ( http://sigal.saimon.org/en/latest/themes.html...

At least we can now (Python 3.10+) use parentheses in context expressions: - https://docs.python.org/3/whatsnew/3.10.html#parenthesized-context-managers - https://github.com/python/cpython/issues/56991