소스 검색

Run flake8 during releases.

Jelmer Vernooij 3 년 전
부모
커밋
3925764980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      releaser.conf

+ 1 - 1
releaser.conf

@@ -2,7 +2,7 @@
 news_file: "NEWS"
 timeout_days: 5
 tag_name: "dulwich-$VERSION"
-verify_command: "make check"
+verify_command: "flake8 && make check"
 update_version {
   path: "setup.py"
   match: "^dulwich_version_string = '(.*)'$"