Skip to content

Commit

Permalink
Add constraint to flake8-bugbear
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 17, 2023
1 parent c94cb1a commit 24c5b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dev = [
"black==23.3.0",
"coverage[toml]==7.2.3",
"flake8==6.0.0",
"flake8-bugbear==23.3.23",
"flake8-bugbear==23.3.23; python_version >= '3.8'",
"flit==3.7.1",
"mypy==1.2.0",
"ufmt==2.1.0",
Expand Down

0 comments on commit 24c5b3a

Please sign in to comment.