Commit graph

9 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
0a94460887 Use utf8 encoding for reading files in Python 2020-09-24 21:26:15 +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
746d15cdd6 build_utils/discover_progs: fix .svn reference 2018-10-29 13:56:39 +01: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
39e941f4f9 Add directory tools/build_utils
svn-origin-rev: 14257
2014-09-08 09:08:34 +00:00
Renamed from tools/discover_programs.py (Browse further)