Skip to content

Commit

Permalink
Update isort version in pre-commit
Browse files Browse the repository at this point in the history
Otherwise broken due to poetry update, see PyCQA/isort#2077
  • Loading branch information
mstimberg committed Feb 2, 2023
1 parent 7951aa3 commit 35d0958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dev-requirements.txt
Expand Up @@ -5,7 +5,7 @@ jupyterlab
ipympl
pre-commit == 2.20.*
black == 22.10.0
isort == 5.10.1
isort == 5.12.0
pyupgrade == 3.2.3
flake8 == 4.0.1
flake8-bugbear == 21.11.29
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -19,7 +19,7 @@ repos:
files: '^brian2/.*\.pyi?$'
additional_dependencies: ['flake8-bugbear==21.11.29']
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
exclude: '^brian2/_version.py$'
Expand Down

0 comments on commit 35d0958

Please sign in to comment.