Skip to content

Commit b27467c

Browse files
committed
Activate pyflakes linter
We previously linted with flake8 so this contains no code changes.
1 parent a5c0a67 commit b27467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ per-file-ignores = """
7373
"""
7474

7575
[tool.ruff.lint]
76-
select = ["C4", "UP"]
76+
select = ["C4", "F", "UP"]

0 commit comments

Comments
 (0)