Thu, 15 Apr 2021 18:11:24 +0200 | Detlev Offenbach | Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 2). | file | diff | annotate |
Sat, 10 Apr 2021 18:38:27 +0200 | Detlev Offenbach | Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). | file | diff | annotate |
Fri, 09 Apr 2021 18:38:01 +0200 | Detlev Offenbach | Applied some more code simplifications suggested by the new Simplify checker. | file | diff | annotate |
Sat, 03 Apr 2021 16:02:33 +0200 | Detlev Offenbach | Code Style Checker: changed code such, that the AST tree is built only once and passed to each checker module. | file | diff | annotate |
Sun, 21 Mar 2021 14:17:16 +0100 | Detlev Offenbach | Code Style Checker | file | diff | annotate |