Skip to content
Snippets Groups Projects

Streamline cpalgs

Merged Teng Jian Khoo requested to merge streamline-cpalgs into master
Compare and
21 files
+ 420
444
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -6,9 +6,10 @@
script:
# Ignore some more annoying flake8 problems:
# E231: missing whitespace after comma, semicolon, colon
# E241: multiple spaces after comma (and at least colon)
# W503: line break before binary operator
# E741: ambiguous variable name
- flake8 --ignore=E231,W503,E741 .
- flake8 --ignore=E231,E241,W503,E741 .
needs: []
.black_check_template: &black_check_template
Loading