You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
================================================================================== short test summary info ===================================================================================
FAILED tests/assets/check_broken.py::ruff - TypeError: check_file() takes 1 positional argument but 2 were given
FAILED tests/assets/check_broken.py::ruff::format - TypeError: format_file() takes 1 positional argument but 2 were given
FAILED tests/assets/format_broken.py::ruff - TypeError: check_file() takes 1 positional argument but 2 were given
FAILED tests/assets/format_broken.py::ruff::format - TypeError: format_file() takes 1 positional argument but 2 were given
===================================================================================== 4 failed in 0.25s ======================================================================================
and a typo:
also, was this intended to be --force-exclude instead of force-exclude on L66 of this change? df22c01
The text was updated successfully, but these errors were encountered:
repro:
output:
and a typo:
also, was this intended to be
--force-exclude
instead offorce-exclude
on L66 of this change?df22c01
The text was updated successfully, but these errors were encountered: