Skip to content

Commit

Permalink
COMP: Fix linting by pinning flake8-bugbear used in pre-commit-config
Browse files Browse the repository at this point in the history
This commit follows up configuration originally introduced in
pull request Slicer#6262 (Update GitHub Actions to leverage pre-commit
hook framework and integrate flake8 hook)
  • Loading branch information
jcfr committed Apr 6, 2022
1 parent 17429e3 commit 0f9ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repos:
rev: "4.0.1"
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
additional_dependencies: [flake8-bugbear==22.1.11]

0 comments on commit 0f9ec8d

Please sign in to comment.