Skip to content

Commit

Permalink
Downgrade flake8 to 5.0.4 for 3.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 17, 2023
1 parent 24c5b3a commit 6e9f446
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 @@ -28,7 +28,7 @@ dev = [
"attribution==1.6.2",
"black==23.3.0",
"coverage[toml]==7.2.3",
"flake8==6.0.0",
"flake8==5.0.4",
"flake8-bugbear==23.3.23; python_version >= '3.8'",
"flit==3.7.1",
"mypy==1.2.0",
Expand Down

0 comments on commit 6e9f446

Please sign in to comment.