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
Copy file name to clipboardExpand all lines: pyproject.lock
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,18 @@ bandit = "*"
165
165
flake8 = "*"
166
166
flake8-polyfill = "*"
167
167
168
+
[[package]]
169
+
category = "main"
170
+
description = "Flake8 plugin to forbid backslashes for line breaks"
171
+
name = "flake8-broken-line"
172
+
optional = false
173
+
platform = "*"
174
+
python-versions = ">=3.6,<4.0"
175
+
version = "0.1.0"
176
+
177
+
[package.dependencies]
178
+
flake8 = ">=3.5,<4.0"
179
+
168
180
[[package]]
169
181
category = "main"
170
182
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
0 commit comments