Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 80cb986

Browse files
committed
Merge branch 'skeleton' of github.com:dls-controls/dls-python3-skeleton
2 parents 106d72c + badabd7 commit 80cb986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ package_dir =
3030
[options.extras_require]
3131
# For development tests/docs
3232
dev =
33-
black==21.9b0
33+
black==22.3.0
3434
isort>5.0
3535
pytest-cov
3636
mypy
37+
# remove this dependency once flake8 has dropped "importlib-metadata <=4.3"
38+
# https://github.com/PyCQA/flake8/pull/1438
39+
flake8 <= 3.9.2
3740
flake8-isort
3841
sphinx-rtd-theme-github-versions
3942
pre-commit

0 commit comments

Comments
 (0)