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.
  • Loading branch information
bgilbert committed Feb 28, 2024
1 parent 17f2b55 commit 7190541
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 @@ -38,6 +38,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 7190541

Please sign in to comment.