Skip to content
Snippets Groups Projects

CI fixes for stable (grafted from default)

Merged Anton Shestakov requested to merge topic/stable/stable-ci into branch/stable
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -17,4 +17,4 @@
$ hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \
> -X hgext3rd/evolve/thirdparty \
> 2>/dev/null \
> | xargs -0 flake8
> | xargs -0 "$PYTHON" -m flake8
Loading