Python/conversions
Christian Clauss 9316e7c014
Set the Python file maximum line length to 88 characters (#2122)
* flake8 --max-line-length=88

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-16 10:09:19 +02:00
..
decimal_to_any.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
decimal_to_binary.py conversions/decimal_to_binary.py: Add type hints (#2001) 2020-06-02 16:47:10 +02:00
decimal_to_hexadecimal.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
decimal_to_octal.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
roman_to_integer.py Create roman_to_integer.py (#1636) 2019-12-21 00:23:15 +01:00