Skip to content

Commit

Permalink
Remove flake8 from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Oct 11, 2024
1 parent 91b5d53 commit d7e5c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ optional-dependencies.dev = [
"pytest-timeout",
]
optional-dependencies.docs = [
"nbsphinx",
"pygments>=2.6.1",
"sphinx>=7.3.7",
"sphinx-rtd-theme",
"nbsphinx",
"sphinx-autoapi",
"sphinx-copybutton",
"sphinx-issues",
"sphinx-rtd-theme",
"sphinx-tabs",
"sphinx-copybutton",
]
optional-dependencies.ecmwf-opendata = [
"ecmwf-opendata>=0.3.3",
Expand Down

0 comments on commit d7e5c87

Please sign in to comment.