Skip to content

Commit 5f32bfe

Browse files
committed
ignore: F824
1 parent d0749f1 commit 5f32bfe

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
@@ -108,7 +108,7 @@ extend_skip_glob = [
108108

109109
[tool.flake8]
110110
max-line-length = 88
111-
extend-ignore = ["E203", "W503", "E251", "F401", "F403"]
111+
extend-ignore = ["E203", "W503", "E251", "F401", "F403", "F824"]
112112
exclude = [".git", ".idea", ".*_cache", "dist", "venv"]
113113

114114
[tool.mypy]

0 commit comments

Comments
 (0)