Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ruff): change in cli output #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

manmartgarc
Copy link

@manmartgarc manmartgarc commented Feb 25, 2024

Some unit tests were failing under new versions of ruff. This was due to small changes in the ruff CLI output. This CR updates the expected CLI output.

Looks to be duplicate of #24 and closes #26

Some unit tests were failing under new versions of `ruff`. This was due
to small changes in the `ruff` CLI output. This CR updates the expected
CLI output.
@manmartgarc manmartgarc marked this pull request as ready for review February 25, 2024 01:59
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/linting.txt --resolver=backtracking requirements/linting.in
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran the command with the --resolver=backtracking flag but the output was still written as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/test_run_examples.py::test_ruff_error fails with latest ruff 0.1.2
1 participant