Commit graph

7 commits

Author SHA1 Message Date
Eisuke Kawashima
85e7b7d615
Python: PEP8 fixes (#1926)
* fix [E401](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)

* fix [E711](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)

* fix [E713](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)

* fix [E722](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)

* fix [W601](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)

* fix [W605](https://github.com/PyCQA/pycodestyle/blob/2.8.0/docs/intro.rst#error-codes)
2022-02-03 11:35:01 +01:00
Ole Schütt
8ba70f2a84 Move to Python3 2020-05-24 21:28:39 +02:00
Ole Schütt
2526173855 Format all Python files with black 2020-02-25 18:17:50 +01:00
Tiziano Müller
787eb39715 python scripts: drop empty selftest arguments
unfortunately sourcing the script does not check the AST, rendering even
that part of the selftest useless (see for example
tools/autotune_grid/xyz_to_vab/template_parser.py which contains syntax
errors on Python 3)
2019-05-16 14:37:03 +02:00
Ole Schütt
667d025ebd Make syntax of all scripts Python3 compliant.
svn-origin-rev: 16687
2016-03-11 11:36:47 +00:00
Ole Schütt
531921f2c8 Ready all python scripts for self-testing
svn-origin-rev: 16681
2016-03-10 12:38:52 +00:00
Ole Schütt
792121551a Add directory tools/maple2f90
svn-origin-rev: 14256
2014-09-08 09:02:21 +00:00