Skip to content

Commit

Permalink
Remove flake8 from lint deps.
Browse files Browse the repository at this point in the history
Those can be used through pre-commit
  • Loading branch information
lafrech committed Dec 5, 2023
1 parent 39eab05 commit 5e03d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"PyYAML==6.0.1",
],
"lint": [
"flake8==6.1.0",
"flake8-bugbear==23.12.2",
"pre-commit==3.5.0",
],
}
Expand Down

0 comments on commit 5e03d93

Please sign in to comment.