fix: Setup flake8 to stop turning trailing commas into tuples (#36850)

This commit is contained in:
Corentin Flr
2023-08-29 07:29:58 +02:00
committed by GitHub
parent 1c237f455e
commit 5c4df3e0e3
2 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ repos:
- id: flake8
additional_dependencies: [
'flake8-bugbear',
'flake8-tuple',
]
args: ['--config', '.github/helper/.flake8_strict']
exclude: ".*setup.py$"