Skip to content
Snippets Groups Projects

test_upstream_compat: update for pmb v3

Merged Luca Weiss requested to merge pmb-v3 into master
All threads resolved!
3 files
+ 25
13
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 4365b880
    Use ruff for linting (MR 14) · 4365b880
    Luca Weiss authored
    Use ruff instead of flake8. Aside from being substantially faster, ruff
    includes a lot of flake's plug-ins built-in, some of which may be useful
    to enable as a follow-up.
+ 0
7
#!/bin/sh -e
topdir="$(realpath "$(dirname "$0")/..")"
cd "$topdir"
flake8 $(find -name '*.py')
echo "flake8 check passed"
Loading