From 5f4153bfb8c131467a47d05407325bb6b10dd992 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 26 Dec 2020 22:05:03 +0100 Subject: Drop unmached py*compat.py ignore rule from flake8 --- .flake8 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.flake8 b/.flake8 index 42d9c477..2fb438d5 100644 --- a/.flake8 +++ b/.flake8 @@ -10,7 +10,3 @@ ignore = W504 # Black creates whitespace before colon E203 - -# Allow certain violations in certain files: -per-file-ignores = - setuptools/py*compat.py: F811 -- cgit v1.2.1