From 19b4d666b242b7d043e9a23470003c142cef5f62 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Fri, 4 Oct 2024 17:38:57 +0200 Subject: [PATCH] ci(flake8): Remove obsole `flake8` config (switched to `ruff` now) --- .flake8 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 07837644..00000000 --- a/.flake8 +++ /dev/null @@ -1,5 +0,0 @@ -[flake8] -# E203 is not PEP8 compliant and is not compatible with black: -# https://black.readthedocs.io/en/stable/the_black_code_style.html#slices -# The same goes of E231 and W503 conflicts with black, too. -ignore = E203,E231,W503