Martin Hjelmare
c9cd6b0fbb
Clean lazytox script ( #48583 )
2021-04-01 11:34:01 -07:00
springstan
fca90a8ddc
Improve string formatting v5 ( #33697 )
...
* Improve string formatting v5
* Address review comments
2020-04-05 17:48:55 +02:00
Ville Skyttä
fa4fa30461
Various string cleanups ( #30435 )
...
* Remove some unnecessary string concatenations
* Replace some simple str.formats with f-strings
* Replace some string concatenations with f-strings
2020-01-03 14:47:06 +01:00
Bas Nijholt
5cb6d1b21f
Sort imports according to PEP8 for 'script' folder ( #29790 )
2019-12-09 16:24:03 +01:00
Ville Skyttä
bb37bc32e3
Always run flake8 through pre-commit, and with doctests ( #28490 )
...
* Enable flake8 doctests everywhere
* Always run flake8 through pre-commit
2019-11-06 21:38:00 +02:00
Franck Nijhof
decf13b948
Use literal string interpolation in core (f-strings) ( #26166 )
2019-08-23 09:53:33 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Ville Skyttä
dd9d53c83e
Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 ( #14557 )
...
* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0
* Pydocstyle D401 fixes
2018-08-24 10:28:43 +02:00
Ville Skyttä
b92350fb55
Lint cleanup ( #15103 )
...
* Remove unneeded inline pylint disables
* Remove unneeded noqa's
* Use symbol names instead of message ids in inline pylint disables
2018-06-25 13:05:07 -04:00
Johann Kellerman
bd93f10d3c
script/lazytox: Ensure Flake8 passes for tests/ ( #13794 )
2018-04-09 21:24:50 -04:00
Adam Mills
14aa4e7694
Lint script tweaks ( #13093 )
...
* Also lint working tree files
When performing a git diff of upstream/dev..., git is diffing against
the current HEAD, but does not include working tree files. By manually
calculating a merge-base SHA to diff against, git will still diff those
files.
* Don't pylint tests files, since we don't in CI
* Use merge base for lazytox
* Simplify files changed header
2018-03-11 16:15:09 -04:00
cdce8p
7ea7fc8d38
Script/lint, Lazytox: Fix issue to ignore delete files ( #13051 )
...
* Fix issue to ignore delete files
* Updated lazytox
2018-03-10 09:12:23 -08:00
Otto Winter
2fae86bbd3
Make lazytox script executable ( #13040 )
2018-03-10 08:39:49 +01:00
Johann Kellerman
37d8cd7b75
New lazytox.py script ( #12862 )
2018-03-09 22:27:39 +02:00