Skip to content

Commit

Permalink
patch linting (#78)
Browse files Browse the repository at this point in the history
* patch linting

* versioning to work with 3.7

* conditional support for 3.7
  • Loading branch information
mathematicalmichael authored Mar 2, 2024
1 parent 6f5b833 commit 0418ba5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ exclude =

[options.extras_require]
dev =
black[jupyter]
black[jupyter]~=23.1; python_version<="3.7"
black[jupyter]~=23.12; python_version>"3.7"
coverage
coveralls
flake8
isort
mypy
mypy~=1.8.0; python_version>"3.7"
mypy~=1.4.0; python_version<="3.7"
pre-commit
pytest
pytest-cov
Expand Down

0 comments on commit 0418ba5

Please sign in to comment.