Fix naming of flake8 config file
@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 119
+ignore = E9,F63,F7,F82,E402
@@ -5,6 +5,9 @@ on:
branches:
- '*'
- '!master'
+ pull_request:
+ branches:
+ - 'master'
jobs:
build: