]> granicus.if.org Git - libevent/commit
Merge branch 'event_rpcgen.py-cleanup'
authorAzat Khuzhin <azat@libevent.org>
Sat, 28 Mar 2020 13:02:39 +0000 (16:02 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 28 Mar 2020 13:02:39 +0000 (16:02 +0300)
commitdd02ad9544ec857412e8a5a0462ddcb29e8045f6
tree1eacb716cb884c40aaa3c070e615d2a530083222
parentd4e392b54bce5daaf0900ba1a01602886eecd3d7
parentb57b6e46004b09133a44e70da4167f2ebdcfb0af
Merge branch 'event_rpcgen.py-cleanup'

* event_rpcgen.py-cleanup:
  event_rpcgen.py: fix arguments-differ
  event_rpcgen.py: fix attribute-defined-outside-init
  event_rpcgen: suppress some warnings to make pylint clean
  Don't accumulate arguments in `Entry.GetTranslation`
  Fix improper string concatenations in lists
  Fix warnings regarding unused variables
  Don't override the `type` built-in
  Call `super` to call methods from the parent class
  Address `no-self-use` issues reported by pylint
  Run the code through the black formatter
  Reformat strings to template
  Add `argparse` support
  Precompile regular expressions
  Use bools instead of ints values where possible
  Rename all global variables to match the PEP8 spec
  Handle file pointers with context suite patterns
  Iterate over `tokens` with a for instead of while
  Fix indentation for `RpcGenError`
  Don't override `file` built-in
  Resolve variable name issues per PEP8
  Sort imports per PEP8