Skip to content

Commit

Permalink
Feature/remove flake8 pre commit check (#482)
Browse files Browse the repository at this point in the history
* Remove flake8 from pre-commit
  • Loading branch information
sandorkertesz authored Oct 11, 2024
1 parent bf4f805 commit e7bfd19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ repos:
- id: blackdoc
additional_dependencies: [black==23.3.0]
exclude: xr_engine_profile_rst\.py
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
Expand Down
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ optional-dependencies.dev = [
"pytest-forked",
"pytest-timeout",
]
optional-dependencies.docs = [
"nbsphinx",
"pygments>=2.6.1",
"sphinx>=7.3.7",
"sphinx-autoapi",
"sphinx-copybutton",
"sphinx-issues",
"sphinx-rtd-theme",
"sphinx-tabs",
]
optional-dependencies.ecmwf-opendata = [
"ecmwf-opendata>=0.3.3",
]
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit e7bfd19

Please sign in to comment.