Skip to content

Commit

Permalink
Fix the version of flake8-bugbear
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 19, 2022
1 parent 264357f commit 14aec16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ repos:
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear, flake8-typing-imports==1.12.0]
additional_dependencies:
[flake8-bugbear==22.3.23, flake8-typing-imports==1.12.0]
exclude: tests/testdata|doc/conf.py
- repo: local
hooks:
Expand Down

0 comments on commit 14aec16

Please sign in to comment.