Skip to content

Commit

Permalink
Another go at guessing the correct flake8 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Apr 4, 2024
1 parent 25196f3 commit 4c1b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
c-language = ['python-clang']
plots = ['matplotlib']
tests = ['pytest', 'pytest-cov', 'pytest-mock']
checks = ['flake8>=6.1.0', 'mypy']
checks = ['flake8>=5.0.4', 'mypy']
docs = ['sphinx',
'pydata-sphinx-theme>=0.13.3',
'sphinx-autodoc-typehints',
Expand Down

0 comments on commit 4c1b35d

Please sign in to comment.