Skip to content

Commit

Permalink
Update ruff version and requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Oct 19, 2024
1 parent 8be6957 commit 75e9860
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
version: 0.6.1
version: 0.7.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.6.1
version: 0.7.0
34 changes: 15 additions & 19 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,36 +87,32 @@ def read(*filenames, **kwargs) -> None: # noqa: ANN002, ANN003
],
extras_require={
'development': [
'ruff',
'codespell',
'flake8',
'flake8-bugbear',
'flake8-rst',
'flake8-rst-docstrings',
'glob2',
'jsonpath2',
'jupyter',
'jupytext',
'mypy',
'nbsphinx',
'numpydoc',
'pandas-stubs',
'pydocstyle',
'pylint',
'pylint-pytest',
'pydocstyle',
'mypy',
'black',
'ruff',
'pytest',
'pytest-cov',
'pytest-xdist',
'glob2',
'jupyter',
'jupytext',
'sphinx-autoapi',
'flake8-rst',
'flake8-rst-docstrings',
'pandas-stubs',
'types-colorama',
'codespell',
'rendre>0.0.14',
'ruff==0.7.0',
'sphinx',
'sphinx_design',
'sphinx-autoapi',
'sphinx-rtd-theme',
'nbsphinx',
'numpydoc',
'rendre>0.0.14',
'jsonpath2',
'sphinx_design',
'types-colorama',
],
},
classifiers=[
Expand Down

0 comments on commit 75e9860

Please sign in to comment.