Skip to content

Commit

Permalink
pre-commit: enable flake8 plugins in yesqa
Browse files Browse the repository at this point in the history
Prevent yesqa from removing noqa markers needed for plugins.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Feb 28, 2024
1 parent 9ad0331 commit 7af5a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ repos:
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies: [flake8-bugbear, Flake8-pyproject]

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
Expand Down

0 comments on commit 7af5a52

Please sign in to comment.