Skip to content

Commit

Permalink
Merge branch 'main' into maint/fix-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Feb 23, 2024
2 parents 1e624a5 + 68202bd commit 5722cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [
"flake8-black==0.3.6",
"flake8-isort==6.0.0",
"flake8-quotes==3.3.2",
]
additional_dependencies: ["flake8-black==0.3.6", "flake8-isort==6.1.1", "flake8-quotes==3.3.2"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ imageio>=2.5.0
imageio-ffmpeg==0.4.7
ipygany==0.5.0
jupyter_sphinx==0.4.0
jupyterlab==3.5.0
jupyterlab==3.6.7
lxml==4.9.1
matplotlib==3.6.2
meshio==5.3.4
Expand Down

0 comments on commit 5722cee

Please sign in to comment.