Skip to content

Commit

Permalink
Update dependencies (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo committed May 10, 2023
1 parent 0f112ef commit 08597d8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 297 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.6.4
rev: v1.6.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.263
rev: v0.0.265
hooks:
- id: ruff
args: [--fix]
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ config-poetry :
.PHONY : install
install :
poetry install --no-interaction --all-extras
pip install --upgrade torch>=2.0.1

.PHONY : install-all
install-all :
poetry install --no-interaction --with exp --all-extras
pip install --upgrade torch>=2.0.1

.PHONY : update
update :
Expand Down
Loading

0 comments on commit 08597d8

Please sign in to comment.