Skip to content

Commit

Permalink
Activate pyflakes linter
Browse files Browse the repository at this point in the history
We previously linted with flake8 so this contains no code changes.
  • Loading branch information
bbannier committed Jul 30, 2024
1 parent 23a9985 commit 113f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ per-file-ignores = """
"""

[tool.ruff.lint]
select = ["C4", "COM", "UP"]
select = ["C4", "COM", "F", "UP"]

0 comments on commit 113f413

Please sign in to comment.