Skip to content

Commit

Permalink
Update devel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Oct 25, 2021
1 parent 133b363 commit 5d6e733
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Expand Up @@ -263,7 +263,12 @@ disable = ['blacklisted-name',
'trailing-newlines',
'trailing-whitespace',
'raise-missing-from',
'super-with-arguments']
'super-with-arguments',
'arguments-renamed',
'consider-using-f-string',
'consider-using-from-import',
'consider-using-dict-items',
'consider-using-with']
[tool.pytest.ini_options]
doctest_optionflags = ['ELLIPSIS', 'NORMALIZE_WHITESPACE',
'IGNORE_EXCEPTION_DETAIL']
Expand Down
28 changes: 13 additions & 15 deletions setup.cfg
Expand Up @@ -31,8 +31,8 @@ classifiers = Development Status :: 4 - Beta
zip_safe = True
packages = find:
python_requires = >=3.9
setup_requires = setuptools>=36.7.0
pip>=9.0.1
setup_requires = setuptools>=52
pip>=20.3
isort
install_requires = mpmath>=1.2
packaging
Expand All @@ -49,32 +49,30 @@ gmpy =
plot =
matplotlib>=3.3
interactive = ipykernel
docs = sphinx>=4.0.0
sphinxcontrib-bibtex>=2.1.3
docs = sphinx>=4
sphinxcontrib-bibtex>=2.1
sphinxcontrib-autoprogram
sphinx_rtd_theme>=0.2.4
tests = pytest>=4.3
sphinx_rtd_theme>=0.2
tests = pytest>=6
hypothesis
pytest-timeout
pexpect
develop = %(tests)s
flake8>=3.8.0,<4.0.0
flake8-docstrings>=1.3.1
flake8>=3.8.0
flake8-docstrings>=1.3
pep8-naming
flake8-comprehensions
flake8-isort
flake8-isort>=4.1
flake8-rst
flake8-quotes>=3.0
flake8-quotes>=3
flake8-sfs
pytest-xdist>=1.22.4
pytest-xdist>=1.22
pytest-cov
pylint>=2.6.0,<2.7.3
coverage[toml]
isort
pylint>=2.6
coverage[toml]>=6
coverage_enable_subprocess
types-pkg_resources
mypy
astroid<=2.5.3
build
[flake8]
ignore = E201,E202,E226,E241,E402,W503,F402,F821,N801,N802,N803,N806,D402,
Expand Down

0 comments on commit 5d6e733

Please sign in to comment.