summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-04-09 19:16:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2024-04-09 19:16:17 +0200
commit031aff11bc357b19efd9daad6be9a338c86ab58f (patch)
tree97fb196eefbd07f5bda53302075adf485cc63854
parentf6b752ffb043d4b6ae02e7c8ea888dfa3458c5b7 (diff)
downloadqutebrowser-031aff11bc357b19efd9daad6be9a338c86ab58f.tar.gz
qutebrowser-031aff11bc357b19efd9daad6be9a338c86ab58f.zip
flake8: Remove redundant pytest style options
Default since flake8-pytest-style 2.0.0: https://github.com/m-burst/flake8-pytest-style#change-log
-rw-r--r--.flake82
1 files changed, 0 insertions, 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