Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Only specify allowlist_externals in tox.iniArthur de Jong2023-01-031-1/+0
| | | | | | | It seems that allowlist_externals and whitelist_externals are mutually exclusive. This means that we can only use tox >= 3.18 now. Fixes a80b0c5
* Support Tox's allowlist_externals alongside ↵Arthur de Jong2022-12-121-0/+1
| | | | | | | whitelist_externals Tox 4.0 has dropped the old whitelist_externals which was deprecated in Tox 3.18 when allowlist_externals was introduced.
* Avoid newer flake8Arthur de Jong2022-12-031-1/+1
| | | | | | | | | The new 6.0.0 contains a number of backwards incompatible changes for which plugins need to be updated and configuration needs to be updated. Sadly the maintainer no longer accepts contributions or discussion See https://github.com/PyCQA/flake8/issues/1760
* Use codespell for spelling checkArthur de Jong2021-08-101-1/+6
|
* Drop pinning of isort now flake8-isort has been fixedArthur de Jong2020-08-161-3/+0
| | | | Reverts 841ea39
* Avoid newer isort for flake8 testsArthur de Jong2020-07-091-0/+3
| | | | | | Do not install the latest isort because it currently breaks flake8-isort. This pinning should be removed as soon as https://github.com/gforcada/flake8-isort/issues/88 is resolved.
* Move Python code to muninplot packageArthur de Jong2019-12-301-1/+1
| | | | This allows more easy installation into a virtualenv.
* Use ESLint to check code styleArthur de Jong2019-12-301-1/+8
|
* Add flake8 testsArthur de Jong2019-12-301-0/+21