Skip to content

Commit 1a19dfc

Browse files
committed
Disable flake8-logging-format
Since PyCQA/flake8@f3443f4a (v5.0.0) flake8 requires plugins to use a valid code for errors. Disable flake8-logging-format until globality-corp/flake8-logging-format#33 to do so is merged. Signed-off-by: Kevin Locke <[email protected]>
1 parent 0a65965 commit 1a19dfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/dev.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ flake8
88
flake8-bugbear
99
flake8-comprehensions
1010
flake8-docstrings
11-
flake8-logging-format
11+
# Disabled pending
12+
# https://github.com/globality-corp/flake8-logging-format/pull/33
13+
#flake8-logging-format
1214
flake8-rst-docstrings >= '0.0.11'
1315
isort
1416
mypy

0 commit comments

Comments
 (0)