Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [pre-commit.ci] pre-commit autoupdate #2378

Merged
merged 3 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -27,13 +27,13 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.292"
rev: "v0.1.4"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black-jupyter

Expand All @@ -44,7 +44,7 @@ repos:
additional_dependencies: [black==23.7.0]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
# check the oldest and newest supported Pythons
hooks:
- &mypy
Expand Down
34 changes: 17 additions & 17 deletions tests/constraints.txt
matthewfeickert marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# core
scipy==1.5.1 # c.f. PR #2081
# jax
# Use Google Cloud Storage buckets for long term wheel support
# c.f. https://github.com/google/jax/discussions/7608#discussioncomment-1269342
--find-links https://storage.googleapis.com/jax-releases/jax_releases.html
click==8.0.0 # c.f. PR #1958, #1909
tqdm==4.56.0
jsonschema==4.15.0 # c.f. PR #1979
jsonpatch==1.15
pyyaml==5.1
importlib_resources==1.4.0 # c.f. PR #1979
numpy==1.21.0 # constrained by jax v0.4.1
# xmlio
uproot==4.1.1
# minuit
iminuit==2.7.0 # c.f. PR #1895
importlib_resources==1.4.0 # c.f. PR #1979
jax==0.4.1 # c.f. PR #2079
jaxlib==0.4.1 # c.f. PR #2079
jsonpatch==1.15
jsonschema==4.15.0 # c.f. PR #1979
numpy==1.21.0 # constrained by jax v0.4.1
protobuf<4.21.0 # c.f. PR #2117
pyyaml==5.1
# core
scipy==1.5.1 # c.f. PR #2081
# tensorflow
tensorflow==2.7.0 # c.f. PR #1962
tensorflow-probability==0.11.0 # c.f. PR #1657
protobuf<4.21.0 # c.f. PR #2117
# torch
torch==1.10.0
# jax
# Use Google Cloud Storage buckets for long term wheel support
# c.f. https://github.com/google/jax/discussions/7608#discussioncomment-1269342
--find-links https://storage.googleapis.com/jax-releases/jax_releases.html
jax==0.4.1 # c.f. PR #2079
jaxlib==0.4.1 # c.f. PR #2079
tqdm==4.56.0
# xmlio
uproot==4.1.1
Loading