Skip to content

Commit

Permalink
fix update_requirements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Jul 21, 2023
1 parent f86fd1c commit c90c267
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ repos:
hooks:
- id: jupytext
args: [--sync]
- repo: https://github.com/google/pyink
rev: 23.5.0
hooks:
- id: pyink
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-toml
- id: trailing-whitespace
exclude: ^docs/.*\.md$|^dev/.*\.py$
exclude: ^docs/.*\.md$
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
Expand All @@ -29,7 +33,3 @@ repos:
--extra-keys,
"metadata.kernelspec metadata.vscode metadata.colab cell.metadata.executionInfo.user cell.metadata.executionInfo.user_tz cell.metadata.colab",
]
- repo: https://github.com/google/pyink
rev: 23.5.0
hooks:
- id: pyink
4 changes: 3 additions & 1 deletion dev/update_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
Alternatively, the list can also be provided from the local environment with:
python dev --versions="$(pip freeze | sed s/==/-/g) flax-0.3.6"
python dev --versions="$(pip freeze | sed s/==/-/g) flax-0.3.6"
This will use the currently installed versions of all packages.
"""

import pathlib
Expand Down

0 comments on commit c90c267

Please sign in to comment.