Skip to content

Commit

Permalink
Switch to pytest's official decorator style (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Apr 16, 2024
1 parent bbb3b19 commit b813380
Show file tree
Hide file tree
Showing 45 changed files with 153 additions and 153 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,5 @@ section-order = [
repo = ['funnel']

[tool.ruff.lint.flake8-pytest-style]
fixture-parentheses = true
mark-parentheses = true
fixture-parentheses = false
mark-parentheses = false
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ exclude = node_modules
enable-extensions = G
accept-encodings = utf-8
classmethod-decorators=classmethod, declared_attr, expression, comparator
pytest-fixture-no-parentheses = false
pytest-mark-no-parentheses = false
pytest-fixture-no-parentheses = true
pytest-mark-no-parentheses = true

[pycodestyle]
max-line-length = 88
Expand Down
Loading

0 comments on commit b813380

Please sign in to comment.