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

Change the default filter_mode to file #133

Merged
merged 1 commit into from
Jun 16, 2024

Change the default filter_mode to file

d7769a1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Change the default filter_mode to file #133

Change the default filter_mode to file
d7769a1
Select commit
Loading
Failed to load commit list.
GitHub Actions / pyflakes succeeded Jun 16, 2024 in 0s

reviewdog [pyflakes] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

examples/pyflakes.yml|10 col 9| pyflakes reported issue in this script: 1:7: undefined name 'hello' [pyflakes]
examples/pyflakes.yml|19 col 9| pyflakes reported issue in this script: 2:5: import 'sys' from line 1 shadowed by loop variable [pyflakes]
examples/pyflakes.yml|23 col 9| pyflakes reported issue in this script: 1:1: 'time.sleep' imported but unused [pyflakes]