Skip to content

Instantly share code, notes, and snippets.

@geofft
geofft / flake8_profiles.patch
Created September 8, 2023 14:58
flake8_profiles
diff --git a/flake8_profiles.py b/flake8_profiles.py
index 2921f77..aadb0ae 100644
--- a/flake8_profiles.py
+++ b/flake8_profiles.py
@@ -3,6 +3,7 @@ from __future__ import print_function
import os.path
import sys
+from flake8.exceptions import ExecutionError
from flake8.options import config