Commit graph

12 commits

Author SHA1 Message Date
Ole Schütt
12c03de0ba Reformat with black 23.3.0 2023-05-02 12:31:58 +02:00
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
67d412b930 Set encoding explicitly to utf8 in Python and Perl 2020-10-19 11:25:10 +02: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
Tiziano Müller
5721216170 tools/coverage: fix SVN reference in test_coverage 2018-10-29 13:56:39 +01:00
Patrick Seewald
f49a8b21f6 removed one more script related to templates
svn-origin-rev: 17804
2017-03-15 11:46:42 +00: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
44a13745ff Add self-testing option to all executable python scripts
svn-origin-rev: 16677
2016-03-09 14:07:55 +00:00
Ole Schütt
44f76ab64d Improve script bcast_tmpl_coverage.py
svn-origin-rev: 15146
2015-03-07 14:24:16 +00:00
Ole Schütt
4e72cac1a6 Add script for broadcasting coverage stats across template instances
svn-origin-rev: 15137
2015-03-07 09:26:42 +00:00