dependabot[bot]
1fc249a37b
Bump isort from 5.5.2 to 5.5.4
...
Bumps [isort](https://github.com/pycqa/isort ) from 5.5.2 to 5.5.4.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.5.2...5.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 14:45:11 +01:00
dependabot[bot]
06524aa789
Bump flake8 from 3.8.3 to 3.8.4
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 14:45:11 +01:00
Athanasius
6a8d950b87
Change all requirements to latest tested and use '==' on all.
...
Although the issue we've identified with GitHub builds isn't to do with
a python module version it's best to nail precise versions so we can be
sure it will build with the same as we've tested locally.
2021-01-11 19:28:56 +00:00
Athanasius
08ac054cce
requirements: py2exe now available from pypi, so no need for VCS
2020-12-08 15:58:41 +00:00
Athanasius
3556808606
Remove flake8-pep3101, we're using flake8-use-fstrings instead
2020-09-11 14:18:44 +01:00
Athanasius
17e65ae411
Update flake8/isort/etc versions.
...
Using older versions meant isort didn't pay attention to control
comments for the fixes in EDMC.py.
2020-09-11 14:10:56 +01:00
A_D
054c2a09c7
Added noqa, docstring, and fstring linters
...
Additionally this removed one linter that was for preferring .format to
modulo formatting, as the new fstring linter does both
2020-09-09 17:13:13 +02:00
A_D
0be9bb7a6d
renamed pyproject.toml, added flake8-isort
2020-08-06 02:21:27 +02:00
Athanasius
d65176aed8
Add flake8-json to requirements-dev.txt
2020-07-26 23:03:23 +01:00
Athanasius
fd78df246a
Comments out py2exe in requirements-dev.txt as it trips up GitHub Actions
...
docs/Releasing.md has fuller instructions on getting that specific
pyexe version installed anyway.
2020-07-26 23:01:10 +01:00
A_D
d9cea74cf7
Create requirements-dev.txt
2020-07-24 13:45:17 +01:00