Skip to content

Commit

Permalink
[.pre-commit-config.yaml]: Update flake8-bugbear
Browse files Browse the repository at this point in the history
Update flake8-bugbear from `>=23.0, <24.0` to `>=24.0, <25.0`.
  • Loading branch information
andthum committed Jan 22, 2024
1 parent a1dcaed commit 3df2233
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 @@ -182,7 +182,7 @@ repos:
# Required Flake8 plugins.
# Keep in sync with `requirements-dev.txt` and `.flake8`!
- "flake8-bandit >=4.0, <5.0"
- "flake8-bugbear >=23.0, <24.0"
- "flake8-bugbear >=24.0, <25.0"
- "flake8-builtins >=2.0, <3.0"
- "flake8-comprehensions >=3.0, <4.0"
- "flake8-docstrings >=1.0, <2.0"
Expand Down

0 comments on commit 3df2233

Please sign in to comment.