From 031aff11bc357b19efd9daad6be9a338c86ab58f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 9 Apr 2024 19:16:17 +0200 Subject: flake8: Remove redundant pytest style options Default since flake8-pytest-style 2.0.0: https://github.com/m-burst/flake8-pytest-style#change-log --- .flake8 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.flake8 b/.flake8 index 01c259784..6c4dd923e 100644 --- a/.flake8 +++ b/.flake8 @@ -70,6 +70,4 @@ per-file-ignores = copyright-check = True copyright-regexp = # Copyright [\d-]+ .* copyright-min-file-size = 110 -pytest-fixture-no-parentheses = True -pytest-mark-no-parentheses = True pytest-parametrize-names-type = csv -- cgit v1.2.3-54-g00ecf