diff options
| author | shadchin <[email protected]> | 2026-07-12 21:17:19 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-07-12 21:34:25 +0300 |
| commit | bec2d6786e45fa71426cd348a080b10e816e4de2 (patch) | |
| tree | a8a6f248780745f0387ad25d9e55d95d09559ff0 | |
| parent | 5b991b83e00ca047828c60502386ca835029bab3 (diff) | |
Update flake8 binaries
commit_hash:0b98009621e1a6b2eafad9f53baad314c14fa1cb
| -rw-r--r-- | build/config/tests/flake8/flake8.conf | 11 | ||||
| -rw-r--r-- | build/external_resources/flake8_py3/ya.make | 10 |
2 files changed, 15 insertions, 6 deletions
diff --git a/build/config/tests/flake8/flake8.conf b/build/config/tests/flake8/flake8.conf index a4a60be7432..4977577208e 100644 --- a/build/config/tests/flake8/flake8.conf +++ b/build/config/tests/flake8/flake8.conf @@ -9,7 +9,7 @@ select = #B, S, # bandit #C, # commas #D, # docstrings - #P, # string-format + #FMT, # string-format #Q, # quotes ignore = @@ -30,6 +30,15 @@ ignore = # line break after binary operator W504, + # format string contains unindexed parameters + FMT101, + # docstring contains unindexed parameters + FMT102, + # other string contains unindexed parameters + FMT103, + # format call uses implicit and explicit indexes together + FMT205, + # astroid-error PLF002, # function-redefined diff --git a/build/external_resources/flake8_py3/ya.make b/build/external_resources/flake8_py3/ya.make index 79961a5181a..2d50f6e09e9 100644 --- a/build/external_resources/flake8_py3/ya.make +++ b/build/external_resources/flake8_py3/ya.make @@ -12,12 +12,12 @@ ENDIF() DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( FLAKE8_PY3 - sbr:10993120939 FOR DARWIN-ARM64 - sbr:10993122025 FOR DARWIN + sbr:12763243518 FOR DARWIN-ARM64 + sbr:12763245515 FOR DARWIN sbr:6726869647 FOR LINUX-PPC64LE - sbr:10993123638 FOR LINUX - sbr:10993119916 FOR LINUX-AARCH64 - sbr:10993122759 FOR WIN32 + sbr:12763248856 FOR LINUX + sbr:12763242238 FOR LINUX-AARCH64 + sbr:12763247016 FOR WIN32 ) END() |
