From 1d32d7a2d213834781385052d1d92b392bf1386a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 14 Feb 2022 10:04:46 +0100 Subject: [PATCH] Fix copy-paste error in setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 386f161e7..9a3e60321 100644 --- a/src/setup.py +++ b/src/setup.py @@ -243,7 +243,7 @@ setup( 'pep8-naming==0.12.*', 'potypo', 'pycodestyle==2.8.*', - 'pyflakes==2.4../pretix/base/models/checkin.py*', + 'pyflakes==2.4.*', 'pytest-cache', 'pytest-cov', 'pytest-django==4.*',