Skip to content

Commit

Permalink
Forget about flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Oct 6, 2023
1 parent a12f30c commit a40e7e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black~=23.9.0",
"flake8~=4.0.1",
"pyupgrade~=3.2.2",
"pre-commit~=2.20.0",
"sphinx_rtd_theme~=0.4.3"
Expand Down
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
[bdist_wheel]
universal = 1

[flake8]
exclude = docs
ignore =
E203
E501

0 comments on commit a40e7e8

Please sign in to comment.