summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-02-23 09:53:33 -0500
committerGitHub <noreply@github.com>2023-02-23 09:53:33 -0500
commitfffd076e3403c7e59e79e06cb5cd07c5850d097a (patch)
treea5cf3fd52d0cd4b46a2b7d78184fad04d112a8fb /.flake8
parentd7ca7f501031c78384dd5d1eac7cab152bc97946 (diff)
Add flake8 to review CI to check Python files. (#14582)
* Add flake8 to review CI to check Python files. We used to have this in our old Travis jobs, but it got removed at some point before the switch to GitHub Actions and we never re-added it. * Fix typo.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000000..aa079ec57f
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length=120