diff --git a/.flake8 b/.flake8 index 2fcff14109b5..a861549625ac 100644 --- a/.flake8 +++ b/.flake8 @@ -12,7 +12,7 @@ ignore = # these ignores are from flake8-bugbear; please fix! B007,B008, # these ignores are from flake8-comprehensions; please fix! - C407 + C407,C417 # these ignores are from flake8-logging-format; please fix! G001,G002,G003,G004,G100,G101,G200,G201,G202 per-file-ignores = diff --git a/.lintrunner.toml b/.lintrunner.toml index 0044ea195013..18b774b5d9f9 100644 --- a/.lintrunner.toml +++ b/.lintrunner.toml @@ -35,7 +35,7 @@ init_command = [ '--dry-run={{DRYRUN}}', 'flake8==3.8.2', 'flake8-bugbear==20.1.4', - 'flake8-comprehensions==3.3.0', + 'flake8-comprehensions==3.11.1', 'flake8-executable==2.0.4', 'flake8-logging-format==0.9.0', 'flake8-pyi==20.5.0',