Skip to content

Commit

Permalink
Merge branch 'master' into role-connections
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 committed Feb 7, 2023
2 parents fd391da + 615f48d commit 69fbaf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -23,7 +23,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
@@ -1,11 +1,11 @@
-r _.txt
pylint~=2.15.10
pylint~=2.16.1
pytest~=7.2.1
pytest-asyncio~=0.20.3
# pytest-order~=1.0.1
mypy~=0.991
coverage~=7.1
pre-commit==3.0.1
pre-commit==3.0.4
codespell==2.2.2
bandit==1.7.4
flake8==6.0.0
2 changes: 1 addition & 1 deletion requirements/docs.txt
Expand Up @@ -5,4 +5,4 @@ myst-parser==0.18.1
sphinxext-opengraph==0.7.5
sphinx-copybutton==0.5.1
furo@ git+https://github.com/BobDotCom/furo@temp
sphinx-autodoc-typehints==1.21.8
sphinx-autodoc-typehints==1.22

0 comments on commit 69fbaf2

Please sign in to comment.