Skip to content

Commit

Permalink
Switch from pytest-flake8 to pytest-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jan 28, 2024
1 parent 7b065ef commit 578150f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[pytest]
flake8-ignore = E501
addopts = --flake8
addopts = --ruff
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ tag_message = v{new_version}

[bumpversion:file:nbstripout/_nbstripout.py]

[flake8]
ignore = E501

[bdist_wheel]
universal = 1

Expand Down
3 changes: 1 addition & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pytest
flake8 < 5.0.0
pytest-flake8
pytest-ruff

0 comments on commit 578150f

Please sign in to comment.