Skip to content

Commit

Permalink
Remove flake8 (#22)
Browse files Browse the repository at this point in the history
Remove flake8 due to maintenance issues (tholo/pytest-flake8#87). Will enable ruff in a follow-up PR.
  • Loading branch information
fthaler committed Jun 24, 2024
1 parent 3cfc939 commit d959d6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --flake8 --doctest-modules --pyargs stencil_benchmarks
addopts = --ruff --doctest-modules --pyargs stencil_benchmarks
5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
yapf
pytest
flake8<5 # https://github.com/tholo/pytest-flake8/issues/87
pytest-flake8
ruff
pytest-ruff
pytest-subtests

0 comments on commit d959d6b

Please sign in to comment.