Skip to content
Snippets Groups Projects

Fix pyflakes invocation in nix.

Merged Administrator requested to merge github/fork/tp-la/fix-pyflakes into main
  1. Dec 03, 2021
    • Tom Prince's avatar
      Fix pyflakes invocation in nix. · e97558ad
      Tom Prince authored
      It turns our that `pyflakes` with no arguments expects input
      on stdin. In CI, this is likely connected to `/dev/null` so it
      passes.
      
      Also fix the errors that pyflakes is reporting.
      e97558ad
Loading